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