Answers for "remove the bullet points in ul"

CSS
11

how to remove bullets from ul

ul {
    list-style-type: none;
}
Posted by: Guest on July-15-2020
1

list remove bullets

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

Code answers related to "remove the bullet points in ul"

Browse Popular Code Answers by Language