Question: Create a static Web page that includes the basic structure of a valid HTML (not XHTML) document and a CSS file. Make sure to include
Create a static Web page that includes the basic structure of a valid HTML (not XHTML) document and a CSS file. Make sure to include
- the language attribute of the html element and
- the character set attribute of the metadata element.
Name the Web page Unit3.html Link to the Unit3.css file used to style and layout the Web page.
- Assign Unit 3 IP to the title.
- Structure the Web page using the HTML semantic elements
- header
- section
- footer
Within the structure of the Web page add other HTML elements including at least:
- one level-one heading for the page in the header
- navigation in the header that includes a
- one level-two heading for a table of contents in the header
- list of at least three placeholders that
- navigate to the paragraphs in the section
- implement accessibility guidelines
- one level-three heading for the section
- three paragraphs in the section
- beginning of each paragraph is an anchor or ID
- additional text to lengthen the document
- three paragraphs in the section, one after each content paragraph, these will contain a link that navigates back to the table of contents
- one figure element in the section to display
- Image that implements accessibility guidelines
- Copy the image file to the Web site folder.
- Submit the image file along with the document.
- figure caption
- figure element in the section to display
- figure caption
- table with
- table header
- table body
- at least three table rows
- at least three table data
- table footer that spans three columns
- Use of any inline elements should follow current standards
- No style should be applied
- Validate the HTML in the Web page.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
