Lists
<ol type="A"> <!-- lettered --> <li>list item A</li> <li>list item B <ol type="1"> <!-- numbered --> <li>list item B1</li> <li>list item B2</li> </ol> </li> <li>list item C</li> </ol>
<ul> <li>A</li> <li>B <ul> <li>B1</li> <li>B2</li> </ul> </ul>
test out the examples above, then see if you can design the following list layouts: