Logo
  Sunday, May 20, 2012
Sign-In  |  Sign-Up  |  Contact Us  | Bookmark |  RSS Feed

HTML5 Tutorial FeedBurner

HTML5 new elements  
HTML5 has many more HTML markup elements. These markup elements are grouped into content types for easy access and markup manipulations.

Here is a list of new content types and elements used in HTML5

Flow

Flow content type elements used primarily in the main part of HTML page also known as body. Examples of flow elements are: form, h1, and small

Heading

Heading content type elements belong to header section of the page. Examples of such elements are h1, h2, and hgroup

Embedded

Examples of embedded elements in HTML5 are audio, canvas, iframe and video. They are all designed for ease of integration of elements into HTML5 page.

Interactive

Interactive content type help user to interact with page elements such audio or video controls, buttons, and text boxes.

Metadata

Set of elements used in the head section with examples such as script, style, and title

Phrasing

New elements and part of text and text markups, for example: mark, kbd, sub, and sup

Sectioning

Set of elements defining sections in the document such as: article, aside, and title

These elements can be modified with the help of CSS styles as well as used by themselves via APIs and native programming.

Print HTML5 new elements Bookmark HTML5 new elements

Related Articles  
New features in HTML 5
The following features are part of HTML5. This features can be tested in HTML5 compatible browsers.
Welcome to www.html5videotutorial.com
Learn HTML5 development techniques, tips and tricks on our website. Find out what is required to develop web pages to ...
HTML5 design principles
The main objective of HTML5 is not degrading any of the existing content on the internet. There is over 20 years of ...
HTML5 plug-ins
HTML5 is built to be versatile enough so that third party plug-ins would not be required. HTML5 nativly supports many ...
HTML5 History
HTML5 goes back to 1993 when it was first published as internet draft. It evolved through such important milestones as ...
HTML5 Sectioning content type
Sectioning is a new semantic markup to define sections on the page. It is mainly used as future expansion of HTML5 ...
More