Good! Now let's learn how to make ordered lists. An ordered list is simply a list that is numbered, like the one below.
On line 8, we begin the ordered list with the opening tag .
On lines 9 – 11, we wrap (i.e. surround) each individual item with and tags.
Because each listed item is only on one line, we put the entire element on one line.
On line 13, we finish the ordered list with the closing tag .
How cool is this? We can now add ordered lists to headings and paragraphs as things we can use in our HTML body.