What’s the name of tag which is same as “li” but empty inside? Empty spot ! | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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 Réponses
+ 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