bullet html without ul code example
Example 1: list html without bullets
<ul style="list-style-type:none">
<li></li>
<li></li>
</ul>
Example 2: li remove dot css
list-style: none
<ul style="list-style-type:none">
<li></li>
<li></li>
</ul>
list-style: none