Answers for "how to remove the dot in a tag"

CSS
1

remove dot from ul

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

Code answers related to "how to remove the dot in a tag"

Browse Popular Code Answers by Language