0% found this document useful (0 votes)
30 views

Presentation Topic

HTML5 is the newest version of HTML that was developed in the late 1980s to describe linked documents on the web. It has evolved from simply describing document structure to now incorporating CSS, JavaScript, and new elements to better support multimedia, web applications, and offline use. Key advantages of HTML5 include improved semantics, forms, accessibility, and client-side features like databases and application caching. New tags were also introduced to better define video, audio, graphics, document headers, and heading groups.

Uploaded by

Ahsan Awan
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views

Presentation Topic

HTML5 is the newest version of HTML that was developed in the late 1980s to describe linked documents on the web. It has evolved from simply describing document structure to now incorporating CSS, JavaScript, and new elements to better support multimedia, web applications, and offline use. Key advantages of HTML5 include improved semantics, forms, accessibility, and client-side features like databases and application caching. New tags were also introduced to better define video, audio, graphics, document headers, and heading groups.

Uploaded by

Ahsan Awan
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 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