html UnorderList
The Unorder list element is used to present a list of item,which is separated by white space or is marked by bullets.
Syntax
<ul><li>.. </li>
<li>..</li>
</ul>
Example
Example Output