Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to remove dot from li

<ul style="list-style: none;">  
 <li>List item with no bullet</li>
 <li>Second item</li>
</ul>
 
PREVIOUS NEXT
Tagged: #remove #dot #li
ADD COMMENT
Topic
Name
1+5 =