Whatā€™s the name of tag which is same as ā€œliā€ but empty inside? Empty spot ! | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 !

4th May 2019, 3:10 PM
Lidok
Lidok - avatar
4 Respostas
+ 2
add list-style: none to the style
4th May 2019, 3:15 PM
Taste
Taste - avatar
+ 1
thanks ! I just thought there can be smth very short :)
4th May 2019, 3:18 PM
Lidok
Lidok - avatar
+ 1
Here it is one more variant. <ul type=ā€œcircleā€> <li> something </li> <li.... </ul>
4th May 2019, 3:28 PM
Lidok
Lidok - avatar