Glubase - share your knowledge


All / Computers / Programming / HTML / XHTML





  • View Command

HTML / XHTML Reference

HTML / XHTML dl definition

Browser support
IEFFOpSaf
FullFullFullFull

Type: block-level element

Syntax

<dl> ... </dl>

Description

Defines a definition list.

Attributes

 

Attribute Description
compact Compact display.

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.