Answers for "hide li marker css"

CSS
1

css no list markers

list-style: none;
Posted by: Guest on April-06-2020
0

how to hide bullet points in css

ul{ 
  list-style: none;
}
Posted by: Guest on November-29-2021

Browse Popular Code Answers by Language