Enriching Web Pages: Adding Lists
In this lesson we learn how to make use of lists in our HTML webpage.
We'll cover the following
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 below:
Get hands-on with 1400+ tech skills courses.