unordered list html bullet type code example
Example 1: unordered list html
<ul>
<li>Your item/tag goes here</li>
<li>Your second item/tag goes here</li>
<li>Your third item/tag goes here</li>
</ul>
Example 2: bullet list html
<ul>
<li>Eggs</li>
<li>Pancakes</li>
<li>Jelly</li>
</ul>