header, main, footer
article, section, nav, aside
header, main, footer, article, section, nav, aside
)h2
section headings in sectioning tags (when they are required, when they are optional, when using them is a good idea for optional)background-color
propertyYou have two pages to mark up: 1-pets.html
and 2-uwm-page.html
. You'll need to validate them and check them in the document outliner. Screenshots of the browser presentation and the document outliner will help you with this work.
On the pets page, you are required to put in all necessary HTML5 semantic structural tags (header, main, footer, article, section, nav, aside
). Not all will be necessary. Pay particular attention to both the screenshot of the page and the document outline.
On the UWM page, you are required to put in all the necessary HTML5 semantic structural tags (header, main, footer, article, section, nav, aside
. All will be necessary. Pay particular attention to both the screenshot of the page and the document outline.
On both pages, write an embedded style sheet to put background colors in the sectioning tags only. You do NOT need to style the non-sectioning structural tags. The screen shots of the completed pages will clarify this. You may use any background colors you like.
You want to be sure you've written valid markup and valid styles. Use the online validator tools to check your work. If there are errors, read what the validator says about them and check the lines in your markup where the errors occur. Watch the validation video for reminders about how the validator works and how to make corrections. Most errors in your markup show up as several errors in the validator because of a sort of cascading effect. Once you fix an error, several of the validator errors will probably be resolved.