Definition term. <dt> is used in conjunction with <dl> to define a definition list and <dd>, to define the description linked with the term.

Required Attributes

  • None.

Optional Attributes

Example

<dl>
	<dt><dfn>happiness</dfn></dt>
		<dd class="pronunciation">/'hæ p. nes/</dd>
		<dd class="part-of-speech"><i><abbr>n.</abbr></i></dd>
		<dd>The state of being happy.</dd>
		<dd>Good fortune; success. <q>Oh <b>happiness</b>! It worked!</q></dd>
	<dt><dfn>rejoice</dfn></dt>
		<dd class="pronunciation">/ri jois'/</dd>
		<dd><i class="part-of-speech"><abbr>v.intr.</abbr></i> To be delighted oneself.</dd>
		<dd><i class="part-of-speech"><abbr>v.tr.</abbr></i> To cause one to be delighted.</dd>
</dl>

Changes in HTML5

  • None.

Related Tags