--- title:
HTML <dd>
요소는 정의 목록 요소({{HTMLElement("dl")}})에서 앞선 용어({{htmlelement("dt")}})에 대한 설명, 정의, 또는 값을 제공합니다.
The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone https://github.com/mdn/interactive-examples and send us a pull request.
콘텐츠 카테고리 | 없음. |
---|---|
가능한 콘텐츠 | 플로우 콘텐츠. |
태그 생략 | 여는 태그는 필수입니다. 바로 다음 요소가 <dd> 또는 {{HTMLElement("dt")}}거나, 자신이 부모의 마지막 자식이라면 닫는 태그는 생략할 수 있습니다. |
가능한 부모 요소 | {{HTMLElement("dl")}} 또는 ({{glossary("WHATWG")}} HTML에서) {{HTMLElement("dl")}} 안의 {{htmlelement("div")}} |
가능한 이전 형제 요소 | {{HTMLElement("dt")}} 또는 다른 <dd> . |
암시적 ARIA 역할 | {{ARIARole("definition")}} |
가능한 ARIA 역할 | 없음 |
DOM 인터페이스 | {{domxref("HTMLElement")}} |
이 요소는 전역 특성을 포함합니다.
yes
면 너비의 끝에서 정의 텍스트의 줄이 바뀌지 않습니다. 기본값은 no
입니다.예제를 보려면 <dl>
예제를 보세요.
명세 | 상태 | 주석 |
---|---|---|
{{SpecName('HTML WHATWG', 'grouping-content.html#the-dd-element', '<dd>')}} | {{Spec2('HTML WHATWG')}} | |
{{SpecName('HTML5 W3C', 'grouping-content.html#the-dd-element', '<dd>')}} | {{Spec2('HTML5 W3C')}} | |
{{SpecName('HTML4.01', 'struct/lists.html#h-10.3', '<dd>')}} | {{Spec2('HTML4.01')}} |
{{Compat("html.elements.dd")}}