Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1of 5

PRESENTATION TOPIC HTML5

What is html5?
HTML5 is the newest version of the Hyper Text Markup Language that was developed in the late 80's in order to describe documents that linked to each other. In it's early days, HTML's role was simple...to help describe a document's structure and to allow cross-linking of documents.

Web Development
1991 HTML 1994 HTML 2 1996 CSS 1 + JavaScript 1997 HTML 4 1998 CSS 2 2000 XHTML 1 2002 Table less Web Design 2005 AJAX 2009 HTML 5 HTML5 ~= HTML + CSS + JS

Advantages of html5
1. Mutuality 2. Cleaner markup / Improved Code 3. Improved Semantics 4. Elegant forms 6. Improved Accessibility 7. Fulfill the need of Web application 8. Offline Application cache 9. Client-side database

Tags
<nav>NewDefines navigation links <video>NewDefines a video or movie <audio>Defines sound content <canvas> Used to draw graphics, on the fly, via scripting (usually JavaScript) <header>New Defines a header for a document or section <hgroup>New Groups heading (<h1> to <h6>) elements

You might also like