What is format for using squares and circle instead of bullet for ul tag? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is format for using squares and circle instead of bullet for ul tag?

12th Aug 2016, 9:55 AM
Praneetha Bonala
Praneetha Bonala - avatar
4 Answers
+ 3
Use CSS: <ul style="list-style-type:circle;"> <li>Circle</li> </ul> <ul style="list-style-type:square;"> <li>Square</li> </ul> <ul style="list-style-type:lower-alpha;"> <li>Alphabet</li> </ul>
12th Aug 2016, 11:58 AM
freshnewname
freshnewname - avatar
+ 1
Thanks
14th Aug 2016, 4:42 PM
Praneetha Bonala
Praneetha Bonala - avatar
0
no problem
14th Aug 2016, 10:58 PM
freshnewname
freshnewname - avatar
0
@NoName I copied and pasted and ran your code, that's fantastic! I saved it like I have been saving the other small code "exercises" I have been running here. Awesome. Eventually I would like to be as proficient as you.
23rd Aug 2016, 4:27 AM
Anne M H.
Anne M H. - avatar