I have created an unordered list. I feel the bullets in the unordered list are bothersome, so I want to remove them.
Is it possible to have a list without bullets?<
This orders a list vertically without bullet points. In just one line!
li { display: block; }