How To Create A List On Your Web Page

To create a list of items, decide if you wish to have them numbered or have a bullet by the item. If you want to have a numbered list, you do not need to put the numbers in yourself.

It will number itself when you use this format <ol></ol>. If you want a bullet by each item, you will use this format <ul></ul>.

With both of these formats, in between those codes you would put your text or images to be listed. For each item to be separated, you would use the tags <li></li> and in between those tags would be your text or image to be separated from the rest of the other items in your list.

If you had 10 items in your list, you would have 10 sets of <li></li> in between your <ol></ol> or <ul></ul> tags.

If your item is an image, you would put the <img src=""> command in between the <li></li> tags.

If your items are to link to a web site, you would put the command <a href=""></a> around your text or image and in between the <li></li> tags.

JCE Enterprises Web Sites

JCE Enterprises Related Sites