3.6 Mark up lists and list items properly

Use the <ol>, <ul> and <dl> tags to create different types of lists for different purposes. For example, in an ordered list the items are numbered, whilst an unordered list uses bullets.

Mark tags that belong in lists as lists, rather than add the bullets or numbers to the tags themselves. The opposite also applies: don't mark up tags that do not belong in lists as lists for the sake of visual presentation, use style sheets instead.