1. Home
  2. Computing & Technology
  3. Web Design / HTML

<dt></dt>

By Jennifer Kyrnin, About.com

<dt> Description:

The <dt> element defines definition terms.

<dt> Web Browser Support:
<dt> Attributes:
<dt> End Tag:
</dt> Optional in HTML 4.0. Required in XHTML.
Contents:

CDATA Usually plain text. The following tags are valid within the <dt> tag:
a, abbr, acronym, address, applet, b, basefont, bdo, big, blockquote, br, button, center, cite, code, dfn, dir, div, dl, em, fieldset, font, h1, h2, h3, h4, h5, h6, hr, i, iframe, img, input, isindex, kbd, label, map, menu, noframes, noscript, object, ol, p, pre, q, s, samp, script, select, small, span, strike, strong, sub, sup, table, textarea, tt, u, ul, var

<dt> Valid Context:

The <dt> tag is valid within the following tags:
dl

<dt> Usage:
  • standard list
    <dl>
    <dt>term</dt>
    <dd>definition</dd>
    <dt>term</dt>
    <dd>definition</dd>
    </dl>
<dt> Special Notes:
  • Typically, the definition term is just one or two words, however it can be as long as necessary.
  • The closing tag </dt> is not required, but if you use style attributes it is a good idea.
More <dt> Information:

Return to XHTML Element (HTML Tags) Library

Explore Web Design / HTML
About.com Special Features

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

Easy ways to connect two computers for networking purposes. More >

  1. Home
  2. Computing & Technology
  3. Web Design / HTML

©2009 About.com, a part of The New York Times Company.

All rights reserved.