How to code an orderd list with square bullets | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to code an orderd list with square bullets

24th Jan 2020, 9:12 AM
mugendii mugi
mugendii mugi - avatar
3 Answers
+ 2
You can use list-style-type:square; Have a look at this https://www.w3schools.com/html/tryit.asp?filename=tryhtml_lists_unordered_square
24th Jan 2020, 9:47 AM
Michal Straka
Michal Straka - avatar
+ 1
Please avoid writing your question into the tags. For future reference, follow this guide to posting a question 👍 https://www.sololearn.com/Discuss/333866/?ref=app
24th Jan 2020, 11:16 AM
Ipang
+ 1
<ol type="square"> <li> List Item </li> ......... </ol>
24th Jan 2020, 11:59 AM
JEET DHOLAKIA
JEET DHOLAKIA - avatar