Answers for "unordered list without bullets in html"

CSS
1

remove bullets from ul

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

html list without bullets

style="list-style-type:none;"
Posted by: Guest on April-03-2020

Code answers related to "unordered list without bullets in html"

Browse Popular Code Answers by Language