how to do items in html code example
Example 1: html unordered list
<ul>
<li>Item One</li>
<li>Item Two</li>
<li>Item Three</li>
<li>Item Four</li>
<li>Item Five</li>
</ul>
Example 2: hrml bulet points
<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>