You are on page 1of 1

1.

HTML5=Html4+Xhtml+Dom level2=API
(advance java script)
Dom: Document Object Model
API: Application Programming interface
2.HTML5 was announced in 2012 december and initial version was released on october28th,2014 by
w3c(world wide web consortium) And WHATWG(web hypertext application technology working groups)
Power of html5 in mobile application development
Android : core java
IOS : Objective c,Swift
Black berry: java ,windows
Os :C#.net
1.By using HTML5 we are having frameworks called as Apachecordova
2.by using Apache coredava html5 framework we could develop cross platform or hybrid mobile
application for Android,IOS,Black Berry,windows OS
3.Website : http://cordora.apache.org/
4.HTML5 new features : drag and drop api ,web storage ,web workers ,…..

5.Rules specified before developing html5 by w3c and WHATWG


1.html5 source code should be available freely on web
2.script part should be reduced by using markups(tags or elements/attributes and parameters)
3.External plugins should be avoided like adobe flash for audio and vedios

ADOBE FLASH HTML5 Audio /Vedio


1 file size is more-----------------------------------------------------------file size is less
2.Loading time is more-----------------------------------------------------Loading time is less
3.Adobe flash player plugin----------------------------------------------no need to add any plugin

HTML5 syntax
The DOCTYPE : to recognize the version of html page by browser and W3c
<do

You might also like