SyntaxFix
Write A Post
Hire A Developer
Questions
To remove bullet points from unordered lists , you can use:
list-style: none;
You can also use:
list-style-type: none;
Either works but the first is a shorter way to get the same result.