Uptown HTML

HTML5 Structural Tags

There are many diffrent version of HTML such as HTML 4.01 and XHTML 1.0 but today we are going to talk about HTML5. HTML5 is a markup language used for structuring and presenting content for the World Wide Web and a core technology of the Internet. This is shortly described, as Semantic HTML witch are html tags that describes its content.

Objective

In this lesson you will be learning about the new semantic/structural elements of HTML5

Sub Objective

This lesson will include the following key terms in HTML5 artical, aside, section,nav, header

, figure, figurecaption.

View Demo

Lesson Plans:

web_add

Question 1: What dose the section tag do inside of a html5 document?





Question 2: What is the correct doctype for a html5 document?





Question 3: What tag would you use if you waned to place a caption under a picture?