Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

<dd>

현재 번역은 완벽하지 않습니다. 한국어로 문서 번역에 동참해주세요.

개요

HTML Description 요소 (<dd>) 는 정의 목록 요소(<dl>)에서 용어의 정의를 나타냅니다. 이것은 정의 목록 요소의 자식 요소로서만 등장할수 있으며, 뒤에 <dt> 요소가 따라와야합니다.

  • 컨텐츠 범주 없음
  • 허용된 컨텐츠 플로우 컨텐츠
  • 태그 생략 시작 태그는 무조건 있어야 함.
    종료 태그는 이 요소 바로 뒤에 다른 <dd> 요소가 있거나, 부모 요소에 더 이상 다른 요소가 없을 경우 생략 가능함.
  • 허용된 부모 요소 After a <dt> or a <dl> element, inside a <dl>.
  • DOM 인터페이스 HTMLElement Up to Gecko 1.9.2 (Firefox 4) inclusive, Firefox implements the HTMLSpanElement interface for this element.

속성

이 요소는 전역 속성을 포함합니다.

nowrap
If the value of this attribute is set to yes, the definition text will not wrap. 기본값은 no 입니다.

예제

예제를 보려면 <dl> 예제를 보세요.

사양

사양 상태 주석
WHATWG HTML Living Standard
The definition of '<dd>' in that specification.
Living Standard  
HTML5
The definition of '<dd>' in that specification.
Recommendation  
HTML 4.01 Specification
The definition of '<dd>' in that specification.
Recommendation  

브라우저 호환성

기능 Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support (Yes) 1.0 (1.7 or earlier) (Yes) (Yes) (Yes)
기능 Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support (Yes) 1.0 (1.0) (Yes) (Yes) (Yes)

같이 보기

문서 태그 및 공헌자

 이 페이지의 공헌자: azunyan3
 최종 변경: azunyan3,