Quick link to menu (Bottom of page)

Learn-A-Little HTML

Lists

It's nice being able to type our text in the body of the HTML form, but so far the text all runs together, with no formatting.  With HTML, we can display items in lists.  The types of lists supported are ordered lists, unordered lists, and definition lists.  We won't go into definition lists in this tutorial.  Ordered and unordered lists are explained in more detail in the following pages.

 

 

BackNext Page

Menu:


Take me back to the top.