HTML
Ordered and Unordered Lists
ul when the order does not matter, ol when it does. Plus the start, reversed, type and value attributes that most people never discover.
Ordered, unordered, description and nested lists, and list based navigation.
3 notes
ul when the order does not matter, ol when it does. Plus the start, reversed, type and value attributes that most people never discover.
The third list type, and the most misunderstood. A description list pairs terms with descriptions, which makes it right for glossaries, metadata and s...
A sublist goes inside the li it belongs to, not beside it. That one rule fixes almost every broken nested list, and it is what makes a multi level men...