Answers for "how do i remove the dots of an un 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

Code answers related to "how do i remove the dots of an un ordered list in html"

Browse Popular Code Answers by Language