Create an HTML web page using NotePad that utilizes the LIST HTML Tags. This page should show your weekly schedule, including work, school, sports, etc.
Your web page MUST have
- A title tag
- proper HTML formatting (all necessary tags)
- <OL> tags for days of the week
- <UL> lists for items that you do during the day
- AT LEAST 2 <UL> list items indented a second level in
- Make sure you using a heading tag <h1> or another heading tag for the first line
- Print out your HTML file (showing all your tags) and your screen (showing how your web page will look).
Grading: 20 possible points
- Every HTML error is -2 points
- This includes any tags NOT closed
- This includes any missing tags
- Any STYLE error is -2 points
- This includes not have a title at the top and not having a <title> tag
- Any missing days or events is -2 points
- Make sure you have an indented list somewhere
EXAMPLE
