Accounting,Algebra,Applied Sciences,Architecture and Design,Art & Design,Biology,Business & Finance,Calculus,Chemistry,Communications,Computer Science,Economics,Engineering,English,Environmental science,Essay writing Hide all
Teaching Since:
Jul 2017
Last Sign in:
116 Weeks Ago, 2 Days Ago
Questions Answered:
15833
Tutorials Posted:
15841
Education
MBA,PHD, Juris Doctor
Strayer,Devery,Harvard University Mar-1995 - Mar-2002
Experience
Manager Planning
WalMart Mar-2001 - Feb-2009
Category > Computer SciencePosted 19 Nov 2017My Price10.00
Move all inline CSS you created in your HTML
I need some help with this project. I cant seems to get this CSS to sync with the Html files and to validate. please help. if possible can you give an explanation in the end.
Â
Â
Move all inline CSS you created in your HTML file last week to your external style sheet (.css file), creating the appropriate CSS file entries in your external style sheet and removing the inline CSS code from your HTML files.
Set page background color and text color in your external CSS style sheet (make sure to delete the existing background color and text color attributes from the body tag in your HTML files).
Set the font-family and font-size for body text in your external CSS style sheet
Create  declaration in your style sheet to set the font-family, color, and font-size properties of level-one headings (optionally, you may create declarations for other levels of headings, as well)
Create a declaration in your style sheet to set the width and height properties for your horizontal rulesÂ
Create a CSS class in your style sheet to float images to the left, using float and margin properties. Apply this class to at least one of the images on your website.Â