You have been asked to improve on the web page you created for NewYou Personal Training. You will use the file you created for Tutorial Project 1 (code at the bottom). Follow the instructions below to add cascading style sheets to the web page.
Change the information in the title section to say Tutorial Project 3.
Add an inline style to the first tag that changes the font color to darkorange and the font weight to 900.
Add the code to insert an embedded style sheet. The style sheet should set the font-family of all
tags to Georgia, serif.
Create a new file named project3style.css. In this new file, add the HTML code that will:
Insert a comment section that contains your name and Tutorial Project 3.
Add a style declaration that will set the body tag to a margin of 50px, the font-family to sans-serif and the background-color to bisque.
Set the style of all level 2 headings to a color of darkblue and the font-size 2em.
Set the color to green and the back-ground color to lightblue for all level 3 headings.
Add one style declaration that will set the following attributes for the address tag:
color: red
text-align: center
font-style: italic
font-variant: small-caps
font-weight: 700
font-size: 12pt
line-height: 24pt
Add the code to insert an embedded style sheet. The style sheet should set the font-family of all
Create a new file named project3style.css. In this new file, add the HTML code that will:
Insert a comment section that contains your name and Tutorial Project 3.
Add a style declaration that will set the body tag to a margin of 50px, the font-family to sans-serif and the background-color to bisque.
Set the style of all level 2 headings to a color of darkblue and the font-size 2em.
Set the color to green and the back-ground color to lightblue for all level 3 headings.
Add one style declaration that will set the following attributes for the address tag:
color: red
text-align: center
font-style: italic
font-variant: small-caps
font-weight: 700
font-size: 12pt
line-height: 24pt