Page 4: Learning about making lists in HTML
unordered list
- thing 1
- thing 2
- thing 3
- thing 4
unordered list: with nested list
- thing 1
- thing 2
- thing 3
- first type of thing 3
- second type of thing 3
- third type of thing 3
- thing 4
ordered list
- thing 1
- thing 2
- thing 3
- thing 4
ordered list type 2
- thing 1
- thing 2
- thing 3
- thing 4
ordered list type 3
- thing 1
- thing 2
- thing 3
- thing 4
description list
- HTML
- This adds structure to a webpage
- CSS
- This adds style to a webpage
- Java script
- This adds functionality to a webpage
Return to Homepage