Creating lists
builtby3
 Home
 RAW Code
 HTML structure
 Adding text
 Adding graphics
 Graphics 2
 Linking pages
 Creating lists
 Other stuff
 Assignment
 Test
 About

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>