Question
HTML A header and footer that is consistent with every page. A main page and five sub pages in their own folders. A css style
HTML
A header and footer that is consistent with every page. A main page and five sub pages in their own folders. A css style sheet specification in the css subfolder and be included through header tags. All custom javascript functions for the site shall reside in a separate file in the js folder on the root of the site and be included through header tags. There shall be no inline javascript or css styles. You are expected to know the difference between inline script and external file scripts. No external libraries can be used for this assignment. All work must be your own. You are welcomed to reference stack overflow or w3c for help, but be sure to indicate so if you copy thier code. This is designed to test your introductory level of javascript, therefore I want to see that you can do the work. The main page shall be named index.html and meet the following criteria a) The page title shall have your Full name with Profile i) The title of a page is different from the header of the page. ii) The title of the page shall change for each page via javascript b) The entire page should have a body tag with the following properties i) the font-style: Cambria c) The header of the page has the following criteria (header in this case does not refer to the header tag of the page, do not get this confused). i) The header shall be a DIV element and have the following properties (1) Have a width that stretches the entire width of the page. (2) Have a height of 100 pixels (3) Have the background-color set to rgb(5, 39, 90). (4) Be the top most element of the page and must not overlap the content portion of the page. ii) The header shall have the metrostate logo 20 pixels from the left border and be aligned to the bottom of the header. (1) The logo shall fit in a dive of 300 pixels in width and 90 pixels in height;
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started