Home
Little Joe Ezine
Articles
Books & Literature
Hosting FAQ'S
Share & Help Other
Windows or Linux
Domain Names
1-800
Articles
 

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:

  1. Content item 1 will listed here
  2. Content item 2 will listed here
  3. Content item 3 will listed here
  4. 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


footer for regular bullet page