Answers for "How to hide bullet point from unordered list in html"

CSS
7

li no bullet

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

remove bullet from ul

ul.ba {
    list-style-type: none;
}
Posted by: Guest on September-15-2020

Code answers related to "How to hide bullet point from unordered list in html"

Browse Popular Code Answers by Language