Lists
Lesson 11Author : GOUP
Last Updated : September, 2020
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>GOUP</dt>
<dd>Website with programming tutorials</dd>
</dl>