This page shows how to make different kinds of bulleted lists.
The following bullet options are:
- Disc
- Circle
- Square
HTML Bulleted Lists Syntax | |
HTML - Code | Explanation / Example |
<ul type="disc"> | Starts a bulleted list using disc as bullets:
|
<ul type = "circle"> | Starts a bulleted list using squares as bullets:
|
<ul type = "square"> | Starts a bulleted list using squares as bullets:
|


Post a Comment
Your feedback is always valuable for us :