HTML and CSS Reference
In-Depth Information
Image 6. Descending List of Top 5 Movies
Unordered Lists
Unordered lists are very similar to ordered lists but with bullets rather than numbers to pre-
cede the list items. They are the most widely used lists on the web for a series of items that
requires no particular order. For unordered lists, we use the <ul> element as a substitute for
the <ol> element, but each item on the list will remain defined by the <li> element.
As an example let's use an unordered list to present the Education section in our sample
CV:
<ul>
<li>PhD in Computer Science at MIT</li>
<li>Bachelor of Computer Science at MIT</li>
<li>Santa Rosa High School</li>
Search WWH ::




Custom Search