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:
This will produce the following effect on the web page:
- First item
- Second item
- Third item
To create bullet points (ie an UNORDERED LIST) simply use the tags <ul> ... </ul> |