The dl tag

The dl tag is used for creating a definition list.

Attributes

The dl tag does not have any attributes other than the standard attributes (id, class, title, style, dir, lang, xml:lang).

Example

When using a definition list, you must also incorporate the dt and dd tags.

A definition list will look like this.

<dl>
  <dt>Definition term goes here</dt>
  <dd>Term definition goes here</dd>
</dl>

Sources

http://www.w3schools.com/tags/tag_dl.asp


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