Answers for "li get rid of bullet point"

CSS
7

how to remove bullet point from li

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

how to remove the bullet in li

ul {
  list-style-type: none;
}
Posted by: Guest on August-10-2020

Browse Popular Code Answers by Language