How to Suppress Bullets in HTML
- 1). Launch a text editor such as Notepad or your favorite HTML editor and open the desired HTML file.
- 2). Look for the following tag in your HTML code: "<ul>" and delete it. The "<ul>" tag indicates the beginning of an unnumbered list.
- 3). Delete the "<li>" tags which are before each item in the bulleted list. These items will be located right after the "<ul>" tag you have just deleted.
- 4). Delete the "</ul>" tag which is at the end of the list.
- 5). Save your file by pressing the CTRL and S keys at the same time on your keyboard.
Source...