Question: Do the following: Task 1 : Open the file code 3 - 2 . html and _ code 3 - 2 _ layout.css _ and
Do the following:
Task : Open the file codehtml and codelayout.css and in the comment section enter your name First Last and the date MMDDYYYY into the Author: and Date: fields of the file.
Task : Go to the codehtml file and within the head section insert a link element linking the page to the codelayout.css file. Study the contents of the file, taking note of the structure, element names, and element ids.
Task : Go to the codelayout.css file. Create a style rule for the header, footer, aside, article, and a hyperlink elements to set the padding space to pixels and add a pixel gray dashed outline.
Create a style rule for the body element that:
Sets the width to of the browser window, ranging from a minimum width of pixels up to a maximum width of pixels.
Sets the topbottom margin to pixels and the leftright margin to auto.
Displays the body as a CSS grid.
Creates six grid columns each with a width of fr
Creates five grid rows with widths of pixels, pixels, frfr and pixels.
Adds a grid gap of pixels.
Task : Create a style rule for the body element.
Task : Set the size of the grid items as follows:
Have the header element span from gridline to gridline
Have the article#intro element span two rows and two columns.
Have the article#main element two rows and three columns.
Have the footer element span two columns.
Task : Open the webpage in the browser preview and verify the layout of the page resembles that shown in Figure
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
