| Version | //IETF//DTD HTML 2.0 Strict//EN
|
|---|
| Element | DT |
|---|
| Purpose | term in definition list |
|---|
| Description | This element is used to define a term in a definition list, a list of terms enclosed by DL and definitions of those terms defined by DD.
|
|---|
| Start tag | Required <DT>
|
|---|
| Attributes | | Name | Type | Default | Comment |
|---|
| SDAFORM | CDATA | #FIXED "Term" | one to one mapping; in support of transformation to the International Committee for Accessible Document Design DTD for usable access to structured information by print-impaired individuals
|
|
|---|
| Content | ( #PCDATA | A | IMG | BR | EM | STRONG | CODE | SAMP | KBD | VAR | CITE | TT | B | I #PCDATA | A | IMG | BR )*
|
|---|
| End tag | Optional </DT>
|
|---|
| Referenced in | DL
|
|---|
| 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
|
|
|---|