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

HTML5 Tutorial FeedBurner

HTML5 plug-ins  
HTML5 is built to be versatile enough so that third party plug-ins would not be required. HTML5 nativly supports many features that were only available via plug-ins in all prior versions of HTML. The main reason behind this drastic shift was in lack of plug-in support after installation, ability to disable plug-ins, hence rendering problems. Plug-ins were prone to hacker’s attacks and were difficult integration with HTML page they were embedded into. Plug-in install was another big issue. Many anti-virus programs plainly blocked plug-ins from installs.

HTML5 provides native APIs for elements of the page to talk to each other. JavaScript can now easily interact with CSS code. Elements of one program can now interact with another without artificial boundaries mandated by plug-ins.

Print HTML5 plug-ins Bookmark HTML5 plug-ins

Related Articles  
HTML5 DOCTYPE and Character Set
HTML5 DOCTYPE is designed as simplify version of HTML4 DOCTYPE. You can simple declare it via the following element tag ...
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 ...
HTML5 History
HTML5 goes back to 1993 when it was first published as internet draft. It evolved through such important milestones as ...
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 Selectors API
HTML5 makes it easier to find HTML5 elements on the page or within your DOM structure. List of available calls and ...
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 ...
More