I have an HTML list. The browser should see the list's existence and arrange the elements accordingly, however I don't want it to show a bullet next to each element. That is, a normal list appears like this:
- text A
- text B
- text C
I want my list to appear like this:
text A
text B
text C