Thursday, November 10, 2011

HTML 5


HTML 5 is no longer a part of SGML. It is instead a markup language all on its own. 


Generally web pages have navigation, body content, and sidebar content plus headers, footers, and other features. And HTML 5 has created tags to support those elements of the page.


HTML 5 was developed to help Web application developers to make it easy to create dynamic HTML pages with context menus, datagrid, etc.


HTML 5 add new elements like:
<canvas> - It can let you add images or graphs to tool tips or just create dyanmic graphs on your Web pages, built on the fly.
<video> - add video to your Web page.
<audio> - add sound to your Web page.


HTML 5 adds new form controls, like calendar, date, time, email, url, search.


They have added attributes like autofocus which specifies that a field should automatically get focus when a page is loaded. The required attribute specifies that an input field must be filled out before submitting.


HTML5 is still a work in progress. However, most modern browsers have some HTML5 support. If you want to get started sooner, Opera, Safari, Chrome has the best support.


To Learn HTML 5 CLICK HERE

No comments:

Post a Comment