| Version | W3C//DTD HTML 3.2 Final//EN
|
|---|
| Element | DL |
|---|
| Purpose | definition list or glossary |
|---|
| Description | This element is used to define a definition list, a list of terms defined by DT and definitions of those terms defined by DD.
|
|---|
| Start tag | Required <DL>
|
|---|
| Attributes | | Name | Type | Default | Comment |
|---|
| compact | ( compact ) | #IMPLIED | more compact style
|
|
|---|
| Content | ( DT | DD )+
|
|---|
| End tag | Required </DL>
|
|---|
| Referenced in | BLOCKQUOTE BODY CENTER DD DIR DIV FORM LI MENU TD TH
|
|---|
| Example | | Source | Appearance |
|---|
<DL>
<DT>SGML
<DD>Standard Generalized Markup Language
<DT>HTML
<DD>Hypertext Markup Language
<DT>XHTML
<DD>Extensible HyperText Markup Language
</DL>
|
- SGML
- Standard Generalized Markup Language
- HTML
- Hypertext Markup Language
- XHTML
- Extensible HyperText Markup Language
|
|
|---|