HTML Level 1 and 2 Manual

Home | Element Index | Forms | Screens & Colours | GIFs | Layout | Compatibility


Element Index > Lists

<DL> Element

Category: Lists
Period: HTML 1 / HTML 2.0
Status: core

Description

Starts a definition list of terms and descriptions.

Syntax

<DL>
<DT>Term
<DD>Description
</DL>

Attributes

None.

Usage Guidelines

Common Mistakes

Example Code

<DL>
<DT>HREF
<DD>The destination of a link.
<DT>NAME
<DD>A target within a document.
</DL>

Authoring Note

Write the document first, then test it in a graphical browser and a text browser. The page should remain understandable if images fail, colours are ignored, or the browser uses its own fonts.


Top | Home | All Elements

HTML Level 1 and 2 Manual.