Answers for "how to remove bullet point from the list"

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

Code answers related to "how to remove bullet point from the list"

Browse Popular Code Answers by Language