Outline Lists
Customised Outline Lists
CSS
ul {
list-style: upper-alpha;
}
ul ul {
list-style: upper-roman;
}
ul ul ul {
list-style: decimal;
}
ul ul ul ul {
list-style: lower-roman;
}
- Scotland
- England
- Wales
- Northern Ireland
- Scotland
-
- Perth
- Inverness
-
- England
-
- York
- London
-
- Wales
- Northern Ireland
page_revision: 11, last_edited: 1280483682|%e %b %Y, %H:%M %Z (%O ago)