Assignment
Your assignment has three areas: CSS, linking and tables. It will require that you
create two pages.
Using CSS:
- background color
- default font color
- different font color for a specific element such as a header or a list
- a horizontal line with color and sizing
- change of font size, font family and font style
- three other CSS featues (you need to tell me what they are in the text of the page
You need to incorporate the following features into two pages:
- style code in the head portion of the program to establish a background color and
a default text color
- style code in the head to make all h1 headers a specific color and aligned to the center
- code 3 h1 headers
- override the style of one of the h1 headers and make it a different color and
aligned to the right
- link from the bottom of your first page to another area of the page
- link from your first page to your second page
- link back from the second page to your first page
- link from your second page to a specified or named area in the first page
- link from your page to an external page on the web
The table component should set up your schedule for the week.
- use borders
- use rowspan and colspan
- center the table