From Htmlpedia

Jump to: navigation, search

Contents

HTML dd

Definition and usage

A definition description in a definition list.

Example

<dl>
 <dt>Title</dt>
  <dd>The subject of a writing; a short phrase that summarizes the entire topic.</dd>
</dl>

Output

Title
The subject of a writing; a short phrase that summarizes the entire topic.

Parents/Descendants

See also

  • HTML dd

References

Personal tools