Question: Wireframe Implementation: Create a new HTML file called lab 1 1 . html . Make sure it has all the tags necessary to pass validation.
Wireframe Implementation:
Create a new HTML file called labhtml Make sure it has all the tags necessary to pass validation. Create the link tag to link to a CSS file called style.css
a Write the semantic HTML code to create a web page that looks like the following wireframe images are provided in the Labresource.zip There should be header, nav, and main. Don't worry about the red image just for now.
b For the navigation buttons, we need to create the nav element contains an unordered list, each list item contains one anchor element. Set the li element of "Gallery" with a class attribute of "active".
c In the main element, we use a section or div element to contain another unordered list. Each list item contains an image.
d Feel free to put your name in the header as title.
header
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
