<dd>

The <dd> tag is the second part of a definition list. It's the definition definition that follows the definition term.

attributes: id, class, title, style, dir, lang, xml:lang (source: W3 School)

For example:
Input:


<dl>
<dt>abbreviation</dt>
<dd>a shortened form of a word or phrase.</dd>
</dl>

Output:


abbreviation

a shortened form of a word or phrase.



You could also have a list with many terms and definitions:
Input:

<dl>
<dt>Name</dt>
<dd>Nicole</dd>
<dt>Age</dt>
<dd>23</dd>
<dt>Gender</dt>
<dd>Female</dd>
<dt>Loacation</dt>
<dd>Providence</dd>
</dl>

Output:


Name

Nicole

Age

23

Gender

Female

Loacation

Providence


source: Tags, They're It!
contribution: HTML Dog


Page Information

  • 11 months ago [history]
  • View page source
  • You're not logged in
  • No tags yet learn more

Wiki Information

Recent PBwiki Blog Posts