<dt>
HTML <dt>
요소는 설명 혹은 정의 리스트에서 용어를 나타냅니다. <dl>
요소 안에 위치해야 합니다. 보통 <dd>
요소가 뒤따르지만, 여러 개의 <dt> 요소를 연속해 배치하면 바로 다음 <dd>
요소로 한꺼번에 서술할 수 있습니다.
뒤따르는 <dd>
요소가 <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.
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.
콘텐츠 카테고리 | 없음. |
---|---|
가능한 콘텐츠 | 플로우 콘텐츠. 단, <header> , <footer> , 구획 콘텐츠, 제목 콘텐츠 자손은 불가능합니다. |
태그 생략 | 여는 태그는 필수입니다. 바로 다음 요소가 <dd> 또는 <dt> 거나, 자신이 부모의 마지막 자식이라면 닫는 태그는 생략할 수 있습니다. |
가능한 부모 요소 | <dl> 안의, <dd> 혹은 다른 <dt> 앞. 또는 (WHATWG HTML에서) <dl> 안의 <div> . |
암시적 ARIA 역할 | term |
가능한 ARIA 역할 | 없음 |
DOM 인터페이스 | HTMLElement |
특성
이 요소는 전역 특성만 포함합니다.
예제
<dl> 요소의 예제를 확인하세요.
명세
명세 | 상태 | 주석 |
---|---|---|
HTML Living Standard The definition of '<dt>' in that specification. |
Living Standard | |
HTML5 The definition of '<dt>' in that specification. |
Recommendation | |
HTML 4.01 Specification The definition of '<dt>' in that specification. |
Recommendation |
브라우저 호환성
BCD tables only load in the browser