Answers for "how to suppress bullet points css"

CSS
4

how to get rid of bullet points in css

ul {
	list-style: none;
}
Posted by: Guest on April-20-2021

Browse Popular Code Answers by Language