Enriching Web Pages: Adding Lists

In this lesson we learn how to make use of lists in our HTML webpage.

HTML provides you two tags for organizing your text into lists.

These tags are <ul> and <ol>, and they display unordered and ordered lists, respectively. Each of these tags represents a single block of list items designated by nested <li> items, as shown in Listing 2-13:

Get hands-on with 1200+ tech skills courses.