Answers for "how to remove the points in ordered list in html"

CSS
7

how to remove dots in unordered list html

list-style-type: none;
Posted by: Guest on February-05-2020
0

Remove bullet points in UL in CSS

list-style-type: none;
or
list-style: none;
or
list-style:outside none none;
Posted by: Guest on January-13-2022

Code answers related to "how to remove the points in ordered list in html"

Browse Popular Code Answers by Language