+ 1
How to code an orderd list with square bullets
3 Réponses
+ 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
+ 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
+ 1
<ol type="square">
<li> List Item </li>
.........
</ol>