HAND
CODING WEB PAGES IS
EASY!
- This is an ordered list.
- This is the second item in an ordered list.
- An ordered list is called "ol".
- Each item in a list has to have "li" tags before and after
it.
- The numbering happens automaticaly.
- This list was placed on the page with
"absolute-positioning".
- That means that it will occupy this exact space, no matter
what else wants to interfere.
- This is an unordered list
- It is called by the tag "ul".
- Each item is proceeded by the "li" tag.
- The "li" tag always needs a closing tag.
- You can choose the type of bullet points you want for your
list.