From Htmlpedia
Contents |
[edit]
HTML dd
[edit]
Definition and usage
A definition description in a definition list.
[edit]
Example
<dl> <dt>Title</dt> <dd>The subject of a writing; a short phrase that summarizes the entire topic.</dd> </dl>
[edit]
Output
- Title
- The subject of a writing; a short phrase that summarizes the entire topic.
[edit]
Parents/Descendants
[edit]
See also
- HTML dd
[edit]
