+ 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 RĂ©ponses
+ 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>