change the shape of bullet?? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

change the shape of bullet??

what is is attribute to be used to change the shape of the bullet in <ul> tag?? normally, it shows a dot, how to replace it with a square??

4th Jan 2017, 5:28 AM
Rishabh Bhatnagar
Rishabh Bhatnagar - avatar
2 Respostas
+ 1
use type attribute, like this <ul type="square">
4th Jan 2017, 5:54 AM
Ravi Kumar
Ravi Kumar - avatar
+ 1
css: list-style-type
4th Jan 2017, 12:25 PM
Milan Zanden
Milan Zanden - avatar