<dl> : definition list
Definition lists vary only slightly from other types of lists in that list items consist of two parts: a term and a description. The term is given by the DT element and is restricted to inline content. The description is given with a DD element that contains block-level content.
Attributes
-) compact : enable a compact list
Example
<DL>
<DT>line 1
<DD>def of line 1
<DT>line 2
<DD>def of line 2
<DT>line 3
<DD>def of line 3
</DL>
Gives
- line 1
- def of line 1
- line 2
- def of line 2
- line 3
- def of line 3
For complete reference see html reference at W3C
MT..20 MT..21 MT..22 MT..23 MT..24 MT..25 MT..26 MT..27 MT..28 MT..29 MT..30 MT..31 MT..32 MT..33
MT..34 MT..35 MT..36 MT..37 MU..1 MU..2 MU..3 MU..4 MU..5 MU..6 MU..7 MU..8 MV..1 MV..2
MV..3 MV..4 MW..1 MW..2 MX..1 MX..2 MX..3 MX..4 MX..5 MX..6 MX..7 MX..8 MX..9 MX..10
MX..11 MX..12 MX..13 MX..14 MX..15 MX..16 MX..17 MX..18 MX..19 MX..20 MX..21 MX..22 MX..23 MX..24
MX..25 MY..1 MY..2 MZ..1 MZ..2
|