Glubase - share your knowledge


All / Computers / Programming / HTML / XHTML





  • View Command

HTML / XHTML Reference

HTML / XHTML dt definition

Browser support
IEFFOpSaf
FullFullFullFull

Type: block-level element

Syntax

<dt> ... </dt>

Description

Defines a term in a definitin list.

Attributes

Common attributes.

Example

[Try this example yourself]
<dl>
  <dt>
    XHTML
  </dt>
  <dd>
    Extensible HyperText Markup Language
  </dd>
  <dt>
    CSS
  </dt>
  <dd>
    Castading Style Sheet
  </dd>
</dl>

Output

XHTML
Extensible HyperText Markup Language
CSS
Castading Style Sheet
  • Comments

No comments added.