Making Lists
This is an Ordered List
- It has numbers
- The numbers are supplied automatically!
- All List Items are enclosed by the "LI" keyword
- Indenting is done automatically, so If I feel like writing a whole paragraph or just
babbling on, it's okay. No need to worry about formatting.
- But in the HTML code I indent for clarity
This is an Unordered List
- No numbers!
- You use the "LI" keyword just like the ordered list
You can form nested lists...
- I've got some things to say
- Some things have several parts
- I can list the first thing
- And the second thing
- As many things as I want
- Notice how I indent for clarity?
(When displayed on the web the indenting is automatic, my indentation is for the coding)