Answers for "remove bullet points from ul html"

CSS
1

remove bullets from ul

ul{
  list-style-type:none;
}
Posted by: Guest on January-13-2021
0

remove bullets from ul

ul{
list-style-type: none;
}
Posted by: Guest on February-28-2021

Code answers related to "remove bullet points from ul html"

Browse Popular Code Answers by Language