+ 1
What’s the name of tag which is same as “li” but empty inside? Empty spot !
When I make a list, I use tag <li> . This means big black spot. Please advise tag for same spot, but empty inside !
4 Respostas
+ 2
add list-style: none to the style
+ 1
thanks ! I just thought there can be smth very short :)
+ 1
Here it is one more variant.
<ul type=“circle”>
<li> something </li>
<li....
</ul>