HTML5 is the Blueprint of the Future. What's new in HTML 5?

STRUCTURAL TAGS

An image of a temple depicting a structure icon.

CONTENT TAGS

An open book depicting a content icon

APPLICATION TAGS

Tools depicting an application icon

DEPRECATED ELEMENTS

A red circle with a slash through it depicting deprecated/deleted elements

API'S

An application window depicting an Application programming Interface

HTML 5 Application Focused Tags

Application Focused Tags, while classified as flow content, are task specific and have their own set of defined attributes.

The meter  <meter></meter> element defines a measurement.
It is used only for measurements with a known minimum and maximum value.
More information is available at: W3Schools.com.

The progress  <progress></progress> element represents the completion progress of a task. For example: Use the progress element to display the progress of a time consuming function in JavaScript or the progress of a download.
More information is available at: W3Schools.com.

The time  <time></time> element is intended as a way to encode modern dates and times in a machine-readable way. The specification is not yet complete and currently is restricted to very specific formatting. The time element can use only the Gregorian calendar.
More information is available at: W3Schools.com.

The details  <details></details> element is used to describe details about a document, or parts of a document. According to Lynda.com, no browser support is currently available.
More information is available at: W3Schools.com.

The command element  <command></command> represents a command that the user can invoke.
More information is available at: W3Schools.com.

The menu element  <menu></menu represents a list of commands.
More information is available at: W3Schools.com.