Answers for "remove bullet point in a list html"

CSS
1

remove bullets from ul

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

Browse Popular Code Answers by Language