I'm working with an HTML list and I want to customize the way it appears in the browser. While I still want the elements arranged sequentially, I do not want any bullets displayed next to each item. The typical appearance of a list is like this:
- text A
- text B
- text C
However, I would like my list to look like this instead:
text A
text B
text C