Answers for "html list without numbers or bullets"

CSS
1

remove bullets from ul

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

Code answers related to "html list without numbers or bullets"

Browse Popular Code Answers by Language