November 30, 2006
HTML for Bloggers… (5) HTML Lists
Last time we discussed HTML Line Breaks. In this lesson, we are going to discuss HTML Lists. What do you mean by an HTML List? This is an example of an HTML "Unordered List" (UL):
| HTML Unordered List Code | HTML Unordered List Browser Results |
![]() |
![]() |
Note that the Unordered list is prefixed by bullets. This is an example of an HTML "Ordered List" (OL):
| HTML Ordered List Code | HTML Ordered List Browser Results |
![]() |
![]() |
Note that the HTML Ordered List is ordered by number. The use for lists on your blog is pretty obvious. In summary:
- To create a bulleted list, use the UL tag
- To create a numbered list, use the OL tag
In our next lesson, we will look at HTML Forced Style tags. Till Then…
Filed under HTML by .





Leave a Comment