Unordered List | Ordered List | Nested list |
---|---|---|
|
|
|
|
< dl> < dt>Coffee< /dt> < dd>- black hot drink< /dd> < dt>Milk< /dt> < dd>- white cold drink< /dd> < /dl>
The < dl> tag defines the description list, the < dt> tag defines the term (name), and the < dd> tag describes each term.
< ol start="50"> < li>Coffee< /li> < li>Tea< /li> < li>Milk< /li>