Instructions
Submit a coded page that includes:
- a header section with a level 1 descriptive header
- 2 articles with level 2 descriptive headers
- within each article, at least 2 sections with level 3 descriptive headers
- 1 ordered or unordered list
- 1 table
- a footer with content
- CSS formatting that modifies these elements on the page:
- font style (may be throughout the body or applied to a specific HTML tag)
- the background color of at least 1 element on the page
- the font color of at least 2 different elements on the page
- the font size of at least 1 element on the page
- the list style for at least 1 of your lists
- the background color of at least 1 cell of the table
- the border style, weight, and color for at least 1 part of the table
- formatting for at least 2 other properties not explicitly covered in the tutorials for module 2 or module 3
For this assignment,
- you may start with your module 3 assignment 1 file and add to it
- you may not copy code
Evaluation Criteria
To successfully complete this assignment, your page must
- include HTML organizational tags as indicated in the instructions above
- demonstrate CSS formatting skills as indicated in the instructions above
- be free of coding errors