Assignment 6 — Understanding Web Standards and Validating Files
Description: | The assignment for this week will walk you through using the W3C vaildator to ensure that your HTML is valid and conforms to the standard, as well as provides a brief history of the HTML standard. HTML is based upon a standard put forth by the W3C Consortium. This standard defines the guidelines to which your HTML files should adhere, and different web browser providers ensure that their products support that standard. By following the standard, web sites can ensure that no matter what browser or operating system that a user is using to access the website, that the web site will render correctly and that all users can read their web pages. To ensure that your web page follows the standard, you can use the W3C validator available at https://validator.w3.org/. You'll be able to either enter the web address for your uploaded website, upload your web page to that site, or cut and paste your HTML code into the validator interface. The validator will tell you if you have any errors in the structure of your HTML. Some of the items to examine before validating your website is to:
The following example shows the minimum structural elements your HTML file must have to validate: <!doctype html> For more information, see Chapter 6 of the Head First HTML and CSS book. |
|||||
HTML elements: |
|
|||||
Videos: | Understanding Web Standards and Validating Files | |||||
Tasks: |
|
|||||
Grading criteria: | Your assignment should demonstrate:
|
|||||
Due: | By 10/30 Note: Assignment 7 is also due this week. |
|||||
Example assignment: |