Simple bullet points can be created using the following HTML:
Bullet point
Bullet point
Bullet point
This will display in the browser like this:
* Bullet point
* Bullet point
* Bullet point
Numbered bullets can be created with the following HTML:
First point
Second point
Third point
This will display like this:
1. First point
2. Second point
3.Third point
first html tags:
item one
item two
then control your list style from css
li{list-style-image:url(my-list-image.png);list-style-type:square}
there is a lot of things you can do by css, take a look here: http://www.w3schools.com/css/css_list.asp