Very often you will want to place things in a list.

WeĞll take a quick look at two common types of lists:  Ordered Lists (ie NUMBERED), and Unordered lists (Bullet points).

The code for generating both of them is very simple, and almost identical.  Examine this example:

html code6 

This will produce the following effect on the web page:

  1. First item
  2. Second item
  3. Third item

To create bullet points (ie an UNORDERED LIST) simply use the tags <ul>  ... </ul>

Ordered vs Unordered lists
Intro
Step 1 (Tags)
Step 2 - (Text)
Step 2a - (Text)
Step 3 (Graphics)
Step 3a (Graphics)
Step 4 (Links)
Step 5 (Lists)
Step 6 (Misc tags)
Test yourself...
About ChalkSoft
Customize
builtby3

<HTML RULES!>