Assignment 12 — Introducing HTML 5
Description: | HTML 5 is the newest HTML standard and includes additional elements for laying out and incorporating elements within your website. Instead of styling <div> elements with CSS properties that define header, footer, and so on, you can use elements specifically created for that type of information. The assignment this week will introduce you to these elements and how to use them to create page layouts. HTML 5 includes the following new elements for formatting the layout of your page:
In a code view, this would appear as follows: <!doctype html> In addition the structural elements, HTML 5 also provides some other such as <video> to enable to insert videos within your web page and <time> to format time information. For more information, see Chapter 12 of the Head First HTML and CSS book. |
||||||||
HTML elements: |
|
||||||||
Videos: | Introducing HTML 5 | ||||||||
Tasks: |
|
||||||||
Grading criteria: | Your assignment should demonstrate:
|
||||||||
Due: | By 11/29 | ||||||||
Example assignment: |