### What should be in the lesson - how to display ordered & unordered lists - `<ol>` tag for ordered lists - `<ul>` tag for unordered lists - `<li> tag for list items - `<dl> tag for descriptive lists - `<dt>` tag for descriptive list term - `<dd>` tag for describes each list term ## Files - example.html - exercise.md - readme.md ## Solution - Solution to exercise should be in the solutions directory
What should be in the lesson
<ol>tag for ordered lists<ul>tag for unordered liststag for descriptive lists
<dt>tag for descriptive list term<dd>tag for describes each list termFiles
Solution