HTML 1.0 - 4.0 (and XHTML) were all specifications for laying out text and images on a page. Later revisions included some attempts at providing semantic data which allows basically for automated categorization and correlation of HTML documents.
HTML5 actually strives to be something very different. It aims to be more of an application development platform, which includes not only laying out text and images, but also playing video and audio, interactive 2d and 3d graphics, storing data in the application, dealing with online and offline access to data, and real-time networking protocols for exchanging data as it happens.
Joe WilsonPosted May 10, 2014, 9:11 AM
Joe WilsonPosted May 10, 2014, 9:11 AM
Abhishek KumarPosted May 10, 2014, 3:25 AM
HTML-
HTML is a markup language that is used to build static (non interactive and nonanimated) webpages.
HTML5 is the latest revision of HTML containing much better support for media like video and audio tags
Features of HTML5 are below.
Many Thanks,
Abhishek
Munesh SharmaPosted May 10, 2014, 3:15 AM
HTML5 actually strives to be something very different. It aims to be more of an application development platform, which includes not only laying out text and images, but also playing video and audio, interactive 2d and 3d graphics, storing data in the application, dealing with online and offline access to data, and real-time networking protocols for exchanging data as it happens.