<h2>Unordered HTML List</h2>
<ul> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ul>
<h2>Ordered HTML List</h2>
<ol> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ol>
<h2>Description List</h2>
<dl> <dt>Coffee</dt> <dd>- 500 gms</dd> <dt>Milk</dt> <dd>- 1 ltr Tetra Pack</dd> </dl>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.