Lists

The level of sophistication used to format lists in HTML is a vestige of HTML’s roots as a text-formatting language. You can’t position images or manipulate the leading of type yet, but you can make three types of lists:the unordered list (which is like an outline), the ordered list (which is like numbered instructions), and […]

The level of sophistication used to format lists in HTML is a vestige of HTML's roots as a text-formatting language. You can't position images or manipulate the leading of type yet, but you can make three types of lists:the unordered list (which is like an outline), the ordered list (which is like numbered instructions), and the definition list (which is like a series of dictionary entries).