HTML <ul> Tag
If you want to make an unordered or bulleted list in your webpage then you can use html ul tag. This will give a professional and awesome look to your content. For example if you want to share your company branches or your employees names then you can use unordered list. According to my experience unordered list html is very important tag in hyper text markup language. So if you want to apply unordered list in html then follow these instructions.
How to apply unordered list html
<ul>
<li>Pakistan</li>
<li>India</li>
<li>United States of America</li>
<li>United Arab Emirates</li>
<li>United Kingdom</li>
</ul>