How to Suppress Bullets in HTML

104 7
    • 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...
Subscribe to our newsletter
Sign up here to get the latest news, updates and special offers delivered directly to your inbox.
You can unsubscribe at any time

Leave A Reply

Your email address will not be published.