Published
- 1 min read
css unordered list squares
The solution for this is noted below
css unordered list squares
Solution
<ul style="list-style-type:square;">
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>jQuery</li>
</ul>
Try other methods by searching on the site. That is if this doesn’t work