Slide 1

Slide 1 text

Submitted By: Vijay Soni 08CE90

Slide 2

Slide 2 text

 1991 HTML  1994 HTML 2  1996 CSS 1 + JavaScript  1997 HTML 4  1998 CSS 2  2000 XHTML 1  2002 Tableless Web Design  2005 AJAX  2009 HTML 5

Slide 3

Slide 3 text

 HTML is a computer language devised to allow website creation  Firstly mentioned on the Internet by Berners- Lee in late 1991.  HTML stands for Hyper Text Markup Language . • An HTML file is a text file containing small markup tags . • The markup tags tell the Web browser how to display the page . • An HTML file must have an htm or html file extension  Example : Simple HTML Page Example Explained The first tag in your HTML document is .

Slide 4

Slide 4 text

 HTML5 ~= HTML + CSS3 + JavaScript  Written by Joshua Johnson, On 19th October 2009. Filed in HTML, Web Standards .  World Wide Web Consortium (W3C) and the Web Hypertext Application Technology Working Group (WHATWG).  Still a work in progress. However, most modern browsers have some HTML5 support. http: //HTML5Test.com

Slide 5

Slide 5 text

 New features should be based on HTML, CSS, DOM, and JavaScript  Reduce the need for external plugins (like Flash)  Better error handling  More markup to replace scripting  HTML5 should be device independent  The development process should be visible to the public

Slide 6

Slide 6 text

 New Markup Elements  Defines external content  Defines some content aside from the article it is placed in  Defines sound, such as music or other audio streams  Defines graphic, such as graphs or other images  Defines a command button, like a radio button, a checkbox, or a button

Slide 7

Slide 7 text

 Defines a list of selectable data. The datagrid is displayed as a tree-list  Defines a list of selectable data. Use this element together with the input element, to make a dropdown list for the inputᾼs value  Defines details of an element, which the user can see, and click to hide  < dialog> Defines a dialog, such as a conversation .

Slide 8

Slide 8 text

 Defines a section ofÄ navigation links  Defines a short quotation 

Slide 9

Slide 9 text

 API's for multimedia by using video and audio tags  Drag and drop API  HTML canvas 2D context  HTML5 web messaging  WebSQL  Geolocation  WebWorkers  Notification  WebSockets

Slide 10

Slide 10 text

 New Media Elements ◦  Now embed video in your page without requiring any plugin like Flash or Silverlight. Browser MP4 WebM OGG IE9 Yes No No FF4+ No Yes Yes Chrome6+ Yes Yes Yes Opera10.6+ No Yes Yes

Slide 11

Slide 11 text

Slide 12

Slide 12 text

 New Media Elements ◦  Extremely simple and easy way to show an audio player in your page. Browser MP3 WAV OGG IE9 Yes No No FF4+ No Yes Yes Chrome6+ Yes Yes Yes Opera10.6+ No Yes Yes

Slide 13

Slide 13 text

 A canvas is a rectangular area, and you control every pixel of it.  Uses JS to draw shapes and color. ◦  Entire library of JS functions for Canvas  Dynamic and interactive graphics  Draw images using 2D drawing API – Lines, curves, shapes, fills, etc.

Slide 14

Slide 14 text

 Two new objects to save data: ◦ localStorage - stores data with no time limit ◦ sessionStorage - stores data for one session  localStorage ◦ Data stored till cleared programmatically by JS ◦ Or browser cache cleared. ◦ accessible only from the domain that initially stored the data.  sessionStorage ◦ accessible only from the page that initially stored the data.

Slide 15

Slide 15 text

 email  url  number  range  date pickers (date, month, week, time, datetime)  search  color

Slide 16

Slide 16 text

HTML4 HTML5 No multimedia support without third party It has inbuilt multimedia element in html5 like audio, video, canvas. No Threads Support of WebWorkers Drag and Drop with JavaScript API Drag and Drop without any JS API Support It was not available New tags like , , No Persistent Storage Persistent Storage with WebStorage API

Slide 17

Slide 17 text

 http://www.apple.com/html5  http://www.youtube.com/html5  GTA Game Clone in HTML5  http://www.webworks.dk/enginetest/  Web-Based Adobe Photoshop Clone in HTML5  http://www.picozu.com/

Slide 18

Slide 18 text

No content

Slide 19

Slide 19 text

Conclusion ᾶ  Introduced the new elements and APIs included in HTML5.  We also got a taste of the semantic changes to come and the new structure our web pages should take in the future.  Finally, we learned that even though HTML5 isnᾼt quite ready for the masses, we can still get our grubby developer fingers on it and start experimenting today.

Slide 20

Slide 20 text

 W3Schools.com  HTML5Rocks.com  HTML5Test.com  And then there is Google!

Slide 21

Slide 21 text

Vijay Soni [email protected]