This page shows how to make different kinds of bulleted lists. You have the following bullet options: disc circle square Look at these examples to see the detailed syntax. HTML Text: <ul> <li>text</li> <li>text</li> <li>text</li> </ul> Output: text text text
helpful
ReplyDelete