Answers for "how to get rid of bullet points on list html"

CSS
7

how to remove bullet point from li

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 get rid of bullet points on list html"

Browse Popular Code Answers by Language