SlideShare ist ein Scribd-Unternehmen logo
1 von 17
THE IIS UNIVERSIT
WDT – 334
SEMINAR PRESENTATION
SUBMITTED TO –
Mrs. Harshita
Bhargava
SUBMITTED BY –
Aayushi Chhabra
ICG/2013/14899
WDT – Advance
HTML5 is much more tolerant and can handle markup from all
the prior versions.
After HTML 4.01 was released, focus shifted to XHTML and its
stricter standards.
XHTML 2.0 had even stricter standards than 1.0, rejecting web
pages that did not comply. It fell out of favor gradually and was
abandoned completely in 2009.
2012
1991
2002
-
2009
2000
1995
1997
1999
HTML first published
HTML 2.0
HTML 3.2
HTML 4.01
XHTML 1.0
XHTML 2.0
HTML5 Though HTML5 was published officially in 2012, it has been in
development since 2004.
 HTML5 is a markup language used for structuring
and presenting content on the World Wide Web.
 It is the newest and current version of HTML.
 It incorporates all features from earlier versions of HTML, including the stricter
XHTML.
 HTML5 is also a potential candidate for cross-platform mobile applications, with
features having been designed with low-powered devices such as smartphones and
tablets taken into consideration.
 It is still a work in progress. No browsers have full HTML5 support. It will be many
years – perhaps not until 2018 or later - before being fully defined and supported.
 Support all existing web pages. With HTML5, there is no requirement to go
back and revise older websites.
 Reduce the need for external plugins and scripts to show website content.
 Improve the semantic definition (i.e. meaning and purpose) of page
elements.
 Make the rendering of web content universal and independent of the device
being used.
 Handle web documents errors in a better and more consistent fashion.
HTML 4 HTML 5
1. HTML 4 uses common
structures like headers and
footers
1. HTML 5 uses new
structures such as drag,
drop and much more
2. HTML 4 can not embed
video or audio directly and
makes use of flash player
for it.
2. HTML 5 can contain
embedded video and video
without using flash player.
HTML 4 HTML 5
3. HTML 4 cannot handle
inaccurate syntax
3. HTML 5 is capable of
handling inaccurate
syntax
4. HTML 4 has traditional
API’s which does not
include canvas and
content editable API’s
4. HTML 5 introduced
many new API’s which
facilitate flexibility of
web pages.
5. In HTML 4, local storage
is not possible and tags
that can handle only one
dimension are present
5. In HTML 5, new tags and
new features like local
storage are enhanced
 Semantic elements are elements with a meaning described to both the
developer and the browser.
 Example of non-semantic element – <div>, <span> - tells nothing about its
content
 Example of semantic element - <form>, <table> and <img> - Clearly
defines its content
 HTML 5 offers new semantic elements to clearly define different parts of a
web page:
• <header> - specifies a header for a document or section.
• <nav> - defines a set of navigation links.
• <section> - defines a section in a document.
• <article> -
specifies independent, self-contained content. Ex. : Blog post,
newspaper etc.
• <aside> -
defines some content aside from the content it is placed in (like
a sidebar).
• <footer> -
specifies a footer for a document or section. It contains the
author of the document, copyright information,, contact
information, etc.
• <figure>
<figcaption>
- images and captions can be grouped together.
• <details> - Defines additional details that the user can view or hide.
• <summary> - Defines a visible heading for a <details> element.
• <main> - Specifies the main content of a document.
 Color Your favorite color: <input color=“red” name=“fav” />
 Date Birthday: <input type=“date” name=”bday” />
 Datetime Birthday (date & time): <input type=“Datetime” name=“dt” />
 Email E-mail: <input type=“email” name=“useremail” />
 Month Birthday: <input type=“month” name=“bdaymonth” />
 Number Quantity: <input type=“number” name=“quantity” />
 Range Rank: <input type=“range” name=“points” min=“0” max=“10” />
 Tel Telephone: <input type=“tel” name=“usertel” />
 Time Select a Time: <input type=“time” name=“usertime” />
 URL Homepage: <input type=“url” name=“homepage” />
 Built-in audio and video support (without plugins)
 Enhanced form controls and attributes
 The Canvas (a way to draw directly on a web page)
 Drag and Drop functionality
 Support for CSS3 (the newer and more powerful version of CSS)
 More advanced features for web developers, such as data storage
and offline applications.
 HTML 5 offers two new objects for storing data on the client:
o localStorage – stores data with no time limit
o SessionStorage – stores data for one session
 HTML 5 uses JavaScript to store and access the data.
 The local storage object stores the data with no time limit.
 Included in MySQL binary distributions (except on windows), invoke
configure with the – with – csv – storage – engine option to enable it.
<script type=“text/JavaScript”>
localStorage.lastname=“Smith”;
document.write(localStorage.lastname);
</script>
 The session storage object stores the data for one session.
 The data is deleted when the user closes the browser window.
<script type=“text/JavaScript”>
sessionStorage.lastname=“Smith”;
document.write(sessionStorage.lastname);
</script>
<acronym> <applet>
<basefont> <big>
<center> <dir>
<font> <frame>
<frameset> <noframes>
<strike> <tt>
THANK
YOU

Weitere ähnliche Inhalte

Was ist angesagt?

Div tag presentation
Div tag presentationDiv tag presentation
Div tag presentation
alyssa_lum11
 

Was ist angesagt? (20)

HTML 5: Audio And Video
HTML 5: Audio And VideoHTML 5: Audio And Video
HTML 5: Audio And Video
 
The Complete HTML
The Complete HTMLThe Complete HTML
The Complete HTML
 
Forms in html5
Forms in html5Forms in html5
Forms in html5
 
Html
HtmlHtml
Html
 
Div tag presentation
Div tag presentationDiv tag presentation
Div tag presentation
 
Html ppt
Html pptHtml ppt
Html ppt
 
Basic Html Knowledge for students
Basic Html Knowledge for studentsBasic Html Knowledge for students
Basic Html Knowledge for students
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to html
 
Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5
 
Html5 Basics
Html5 BasicsHtml5 Basics
Html5 Basics
 
Html5 and-css3-overview
Html5 and-css3-overviewHtml5 and-css3-overview
Html5 and-css3-overview
 
CSS Basics
CSS BasicsCSS Basics
CSS Basics
 
Learn html Basics
Learn html BasicsLearn html Basics
Learn html Basics
 
Lesson 1: Introduction to HTML
Lesson 1: Introduction to HTMLLesson 1: Introduction to HTML
Lesson 1: Introduction to HTML
 
HTML 5 Overview
HTML 5 OverviewHTML 5 Overview
HTML 5 Overview
 
HTML/HTML5
HTML/HTML5HTML/HTML5
HTML/HTML5
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to html
 
html5.ppt
html5.ppthtml5.ppt
html5.ppt
 
HTML & CSS Masterclass
HTML & CSS MasterclassHTML & CSS Masterclass
HTML & CSS Masterclass
 
Intro Html
Intro HtmlIntro Html
Intro Html
 

Ähnlich wie HTML - 5 - Introduction

Html5 tutorial
Html5 tutorialHtml5 tutorial
Html5 tutorial
madhavforu
 
CSE-HTML-PPT.pptx
CSE-HTML-PPT.pptxCSE-HTML-PPT.pptx
CSE-HTML-PPT.pptx
Ambika S
 

Ähnlich wie HTML - 5 - Introduction (20)

Html.pptx
Html.pptxHtml.pptx
Html.pptx
 
INTRUDUCTION TO HTML 5
INTRUDUCTION TO HTML 5INTRUDUCTION TO HTML 5
INTRUDUCTION TO HTML 5
 
Html5
Html5Html5
Html5
 
Html5
Html5Html5
Html5
 
Basics of HTML5 for Phonegap
Basics of HTML5 for PhonegapBasics of HTML5 for Phonegap
Basics of HTML5 for Phonegap
 
1._Introduction_to_HTML5 powerpoint presentation
1._Introduction_to_HTML5 powerpoint presentation1._Introduction_to_HTML5 powerpoint presentation
1._Introduction_to_HTML5 powerpoint presentation
 
1. Introduction to HTML5.ppt
1. Introduction to HTML5.ppt1. Introduction to HTML5.ppt
1. Introduction to HTML5.ppt
 
1._Introduction_to_HTML5[1].MCA MODULE 1 NOTES
1._Introduction_to_HTML5[1].MCA MODULE 1 NOTES1._Introduction_to_HTML5[1].MCA MODULE 1 NOTES
1._Introduction_to_HTML5[1].MCA MODULE 1 NOTES
 
HTML5 and DHTML
HTML5 and DHTMLHTML5 and DHTML
HTML5 and DHTML
 
Introduction to html55
Introduction to html55Introduction to html55
Introduction to html55
 
Introduction to html5
Introduction to html5Introduction to html5
Introduction to html5
 
HTML5 Introduction – Features and Resources for HTML5
HTML5 Introduction – Features and Resources for HTML5HTML5 Introduction – Features and Resources for HTML5
HTML5 Introduction – Features and Resources for HTML5
 
Html5
Html5Html5
Html5
 
Html5
Html5Html5
Html5
 
Html5 tags
Html5 tagsHtml5 tags
Html5 tags
 
Learn HTML and HTML5
Learn HTML and HTML5 Learn HTML and HTML5
Learn HTML and HTML5
 
Kick start @ html5
Kick start @ html5Kick start @ html5
Kick start @ html5
 
Html5 tutorial
Html5 tutorialHtml5 tutorial
Html5 tutorial
 
CSE-HTML-PPT.pptx
CSE-HTML-PPT.pptxCSE-HTML-PPT.pptx
CSE-HTML-PPT.pptx
 
HTML 5 Complete Reference
HTML 5 Complete ReferenceHTML 5 Complete Reference
HTML 5 Complete Reference
 

Mehr von Aayushi Chhabra

Mehr von Aayushi Chhabra (13)

Zomato - Human Resource Planning
Zomato - Human Resource PlanningZomato - Human Resource Planning
Zomato - Human Resource Planning
 
The One Minute Manager - Novel
The One Minute Manager - NovelThe One Minute Manager - Novel
The One Minute Manager - Novel
 
FEDEX - Organisational Change
FEDEX - Organisational ChangeFEDEX - Organisational Change
FEDEX - Organisational Change
 
VEDANTA RESOURCES PLC
VEDANTA RESOURCES PLCVEDANTA RESOURCES PLC
VEDANTA RESOURCES PLC
 
RESEARCH METHODOLOGY - 2nd year ppt
RESEARCH METHODOLOGY - 2nd year pptRESEARCH METHODOLOGY - 2nd year ppt
RESEARCH METHODOLOGY - 2nd year ppt
 
Quantitative Techniques project ppt
Quantitative Techniques project pptQuantitative Techniques project ppt
Quantitative Techniques project ppt
 
Indian Financial System
Indian Financial SystemIndian Financial System
Indian Financial System
 
Flipkart
FlipkartFlipkart
Flipkart
 
Presentation1
Presentation1Presentation1
Presentation1
 
how-modern-techniques-of-farming-help-in-increasing-production - economics - ...
how-modern-techniques-of-farming-help-in-increasing-production - economics - ...how-modern-techniques-of-farming-help-in-increasing-production - economics - ...
how-modern-techniques-of-farming-help-in-increasing-production - economics - ...
 
financial services - Finance - Bcom hons. - 1st year - 1st semester
financial services - Finance - Bcom hons. - 1st year - 1st semesterfinancial services - Finance - Bcom hons. - 1st year - 1st semester
financial services - Finance - Bcom hons. - 1st year - 1st semester
 
Marketing PPT - Britannia Company
Marketing PPT - Britannia CompanyMarketing PPT - Britannia Company
Marketing PPT - Britannia Company
 
Economics - Market Structure
Economics - Market Structure Economics - Market Structure
Economics - Market Structure
 

Kürzlich hochgeladen

Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
Chandigarh Call girls 9053900678 Call girls in Chandigarh
 
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLLucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
imonikaupta
 
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
@Chandigarh #call #Girls 9053900678 @Call #Girls in @Punjab 9053900678
 
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
soniya singh
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
Diya Sharma
 
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine ServiceHot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
sexy call girls service in goa
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
ellan12
 
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Call Girls In Delhi Whatsup 9873940964 Enjoy Unlimited Pleasure
 

Kürzlich hochgeladen (20)

All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
 
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
 
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
 
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLLucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
 
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
 
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls DubaiDubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
 
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
 
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
 
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
 
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine ServiceHot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
 
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
 
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
 
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
 
Russian Call Girls Pune (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
Russian Call Girls Pune  (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...Russian Call Girls Pune  (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
Russian Call Girls Pune (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
 
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort ServiceBusty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
 
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
 
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebGDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
 
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
 

HTML - 5 - Introduction

  • 1. THE IIS UNIVERSIT WDT – 334 SEMINAR PRESENTATION SUBMITTED TO – Mrs. Harshita Bhargava SUBMITTED BY – Aayushi Chhabra ICG/2013/14899 WDT – Advance
  • 2. HTML5 is much more tolerant and can handle markup from all the prior versions. After HTML 4.01 was released, focus shifted to XHTML and its stricter standards. XHTML 2.0 had even stricter standards than 1.0, rejecting web pages that did not comply. It fell out of favor gradually and was abandoned completely in 2009. 2012 1991 2002 - 2009 2000 1995 1997 1999 HTML first published HTML 2.0 HTML 3.2 HTML 4.01 XHTML 1.0 XHTML 2.0 HTML5 Though HTML5 was published officially in 2012, it has been in development since 2004.
  • 3.  HTML5 is a markup language used for structuring and presenting content on the World Wide Web.  It is the newest and current version of HTML.  It incorporates all features from earlier versions of HTML, including the stricter XHTML.  HTML5 is also a potential candidate for cross-platform mobile applications, with features having been designed with low-powered devices such as smartphones and tablets taken into consideration.  It is still a work in progress. No browsers have full HTML5 support. It will be many years – perhaps not until 2018 or later - before being fully defined and supported.
  • 4.  Support all existing web pages. With HTML5, there is no requirement to go back and revise older websites.  Reduce the need for external plugins and scripts to show website content.  Improve the semantic definition (i.e. meaning and purpose) of page elements.  Make the rendering of web content universal and independent of the device being used.  Handle web documents errors in a better and more consistent fashion.
  • 5. HTML 4 HTML 5 1. HTML 4 uses common structures like headers and footers 1. HTML 5 uses new structures such as drag, drop and much more 2. HTML 4 can not embed video or audio directly and makes use of flash player for it. 2. HTML 5 can contain embedded video and video without using flash player.
  • 6. HTML 4 HTML 5 3. HTML 4 cannot handle inaccurate syntax 3. HTML 5 is capable of handling inaccurate syntax 4. HTML 4 has traditional API’s which does not include canvas and content editable API’s 4. HTML 5 introduced many new API’s which facilitate flexibility of web pages. 5. In HTML 4, local storage is not possible and tags that can handle only one dimension are present 5. In HTML 5, new tags and new features like local storage are enhanced
  • 7.  Semantic elements are elements with a meaning described to both the developer and the browser.  Example of non-semantic element – <div>, <span> - tells nothing about its content  Example of semantic element - <form>, <table> and <img> - Clearly defines its content  HTML 5 offers new semantic elements to clearly define different parts of a web page:
  • 8. • <header> - specifies a header for a document or section. • <nav> - defines a set of navigation links. • <section> - defines a section in a document. • <article> - specifies independent, self-contained content. Ex. : Blog post, newspaper etc. • <aside> - defines some content aside from the content it is placed in (like a sidebar). • <footer> - specifies a footer for a document or section. It contains the author of the document, copyright information,, contact information, etc. • <figure> <figcaption> - images and captions can be grouped together. • <details> - Defines additional details that the user can view or hide. • <summary> - Defines a visible heading for a <details> element. • <main> - Specifies the main content of a document.
  • 9.  Color Your favorite color: <input color=“red” name=“fav” />  Date Birthday: <input type=“date” name=”bday” />  Datetime Birthday (date & time): <input type=“Datetime” name=“dt” />  Email E-mail: <input type=“email” name=“useremail” />  Month Birthday: <input type=“month” name=“bdaymonth” />  Number Quantity: <input type=“number” name=“quantity” />  Range Rank: <input type=“range” name=“points” min=“0” max=“10” />  Tel Telephone: <input type=“tel” name=“usertel” />  Time Select a Time: <input type=“time” name=“usertime” />  URL Homepage: <input type=“url” name=“homepage” />
  • 10.  Built-in audio and video support (without plugins)  Enhanced form controls and attributes  The Canvas (a way to draw directly on a web page)  Drag and Drop functionality  Support for CSS3 (the newer and more powerful version of CSS)  More advanced features for web developers, such as data storage and offline applications.
  • 11.
  • 12.  HTML 5 offers two new objects for storing data on the client: o localStorage – stores data with no time limit o SessionStorage – stores data for one session  HTML 5 uses JavaScript to store and access the data.
  • 13.  The local storage object stores the data with no time limit.  Included in MySQL binary distributions (except on windows), invoke configure with the – with – csv – storage – engine option to enable it. <script type=“text/JavaScript”> localStorage.lastname=“Smith”; document.write(localStorage.lastname); </script>
  • 14.  The session storage object stores the data for one session.  The data is deleted when the user closes the browser window. <script type=“text/JavaScript”> sessionStorage.lastname=“Smith”; document.write(sessionStorage.lastname); </script>
  • 15.
  • 16. <acronym> <applet> <basefont> <big> <center> <dir> <font> <frame> <frameset> <noframes> <strike> <tt>