Learn how create an unordered list without bullets, using CSS.
Read on how to do it in this tutorial: https://www.w3schools.com/howto/howto_css_list_without_bullets.asp
Default list:
- Coffee
- Tea
- Coca Cola
Remove bullets, margin and padding:
Coffee
Tea
Coca Cola
Try it yourself here: https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_list_without_bullets
Tip: Go to our CSS List Tutorial to learn more about HTML lists and how to style them.