Home > Article > Web Front-end > Usage examples of html unordered list tags and ordered list tags_HTML/Xhtml_Web page production
1. Upper and lower list tags:
Upper layer dt
Lower layer dd: The encapsulated content will be automatically indented
2. Define an ordered list:
Attribute:
type: You can set the sorting style (you can also add this attribute to li separately)
1 means 1, 2, 3, 4.
a means a, b, c, d represents
A represents A, B, C, D
i represents i, ii, iii represents
I represents I, II, III
start : List starting point
3. Define unordered list:
Attribute: type: You can set the sorting style or add this attribute to li separately
dise solid circle (default value)
circle hollow circle
square solid square