Regular Bullet. List Type
I remember simple things like inserting regular bullet to my first web page was a nightmare that took me almost the whole night searching here and there and clumsily trying to improvise my own bullets but heading nowhere.
Well, you don't have to do that. Below is a simple code that you can insert and use to achieve a more professional look to the body and content of your web site.
Here is the actual Html code to use:
<OL>
<LI>List item 1
<LI>List item 2
<LI>List item 3
<LI>List item 4
</OL> |
Example: This is how the above code appear on your web site:
- Content item 1 will listed here
- Content item 2 will listed here
- Content item 3 will listed here
- Content item 4 will listed here
Once you copy and paste the above code to the relevant area that you want your bulleted list to appear, remember to change the bold text to the actual text that you want to be listed.
Close regular bullet window and return to Html JavaScript examples

|