List examples:
<h2>Ingredients for Lemonade:</h2>
<ul>
<li>1 3/4 cups white sugar</li>
<li>1 1/2 cups lemon juice</li>
<li>8 cups water</li>
</ul>
<h2>To-Do List Today:</h2>
<ol>
<li>wake up</li>
<li>eat</li>
<li>sleep again</li>
</ol>
<h2>All About Web:</h2>
<dl>
<dt>Web page</dt>
<dd>A document which can be displayed in a web browser</dd>
<dt>Website</dt>
<dd>
A collection of web pages which are grouped together and usually
connected together in various ways.
</dd>
<dt>web server</dt>
<dd>A computer that hosts a website on the Internet.</dd>
</dl>