KutalmisB
0
Q:

how to remove dot from li

<ul style="list-style: none;">  
 <li>List item with no bullet</li>
 <li>Second item</li>
</ul>
10
ul {
    list-style-type: none;
}
0

Tags

New to Communities?

Join the community