HTML 사전

dd

설명

The Definition Description Element (<dd>) indicates the definition of a term in a definition list ( <dl>) element. This element can occur only as a child element of a definition list and it must follow a <dt> element.

<dd>는 용어에 대한 정의를 설명하는 요소이다. 이 요소는 정의에 대한 목록을 나타내는 요소인 <dl>의 하위 요소로만 쓸 수 있고 반드시 <dt> 요소 다음에 와야 한다.

Usage Context

Permitted content

사용할 수 있는 요소

Flow content

플로우 컨텐트(문서 body에서 사용하는, 일반 텍스트를 비롯한 대부분의 요소)

Tag omission

태그 생략

Must have a start tag. The end tag may be omitted if this element is immediately followed by another <dd> element, or if there is no more content in the parent element.

시작 태그는 반드시 있어야 하지만 <dd> 바로 다음에 다른 <dd> 가 오거나 부모 요소에 다른 컨텐트가 더 없으면 종료 태그를 생략할 수도 있다.

Permitted parent elements

사용할 수 있는 부모 요소

 

<dl>

Normative document

규범 문서

HTML5, section 4.5.10; HTML 4.01, section 10.3

속성

이 엘리먼트는 전역속성을 지원한다.

nowrap

If the value of this attribute is set to yes, the definition text will not wrap. The default value is no.

nowrap 속성을 yes로 설정하면 정의 설명 내용이 화면을 넘어 가더라도 자동 줄바꿈하지 않는다. 기본값은 no이다.

예제

For an example, see <dl> examples.

예는 <dl> 설명을 참조한다.

DOM Interface

This element implements the HTMLElement interface.

이 요소는 HTMLElement 인터페이스를 구현한다.

 

호환성

Desktop
기능 구글크롬 파이어폭스Gecko) 인터넷 익스플로러 Opera Safari
기본적인 지원          
Mobile
기능 안드로이드 파이어폭스 모바일(Gecko) 인터넷 익스플로러 모바일 오페라 모바일 사파리 모바일
기본적인 지원          

참고

댓글

댓글 본문
버전 관리
egoing
현재 버전
선택 버전
graphittie 자세히 보기