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