html indent list without bullets or numbering code example
Example 1: ul hide bullet css
ul.ba {
list-style-type: none;
}
Example 2: list html without bullets
<ul style="list-style-type:none">
<li></li>
<li></li>
</ul>
Example 3: html list without bullets
style="list-style-type:none;"