Answers for "delete point ul html"

CSS
15

how to remove bullets from ul

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

how to remove bullets from ul

ul {
  list-style: none;
}
Posted by: Guest on January-23-2022

Browse Popular Code Answers by Language