Lists
Lesson 11Author : 🦒
Last Updated : October, 2017
Code
<ul>
<li>Apples</li>
<li>Oranges</li>
<li>Pears</li>
</ul>
<ol type="A">
<li>One</li>
<li>Two</li>
<li>Three</li>
</ol>
<dl>
<dt>🦒</dt>
<dd>Website with programming tutorials</dd>
</dl>