How to change the unordered list's to a star or an arrow ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to change the unordered list's to a star or an arrow ?

25th Jun 2016, 6:36 AM
Rahul Kumar Sharma
Rahul Kumar Sharma - avatar
2 Answers
+ 2
to change the type of an unordered list use type atrib. in ul tag. for example <ul type=" circle or square">
25th Jun 2016, 6:59 AM
Rahul Kumar Sharma
Rahul Kumar Sharma - avatar
+ 1
i think <ul style="list-style-type:square"> <li>text</li> <li>text</li> </ul>
27th Jun 2016, 4:08 AM
suhendra fajrianor
suhendra fajrianor - avatar