how disable li dotes code example
Example 1: li no bullet
list-style-type: none;
Example 2: list html without bullets
<ul style="list-style-type:none">
<li></li>
<li></li>
</ul>
list-style-type: none;
<ul style="list-style-type:none">
<li></li>
<li></li>
</ul>