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.
Instructions
On line 14, create an
sized heading called ‘List of things I find just OK’.
Starting on line 15, create an ordered list using the tag.
Your ordered list should have three items, each wrapped (i.e. surrounded) by