SlideShare a Scribd company logo
By Mohd. Shoaib
Agenda
•   Introduction
•   History
•   Features
•   New API’s in HTML5
•   Limitations
Introduction
   To give authors more flexibility and
    interoperability, and enable more
    interactive and exciting websites
    HTML5, introduces wide range of
    features.

   These feature includes form controls,
    API’s, multimedia, structure and
    semantics.

   HTML5 was introduced by
    W3C.Including browser vendors such
    as Apple, Mozilla, Opera, and
History
   HTML 3.0 was developed in 1995.
   HTML 3.2 was developed in 1997.
   HTML 4 was developed in 1998.
   After developing HTML4, W3C stopped working
    on HTML, and started working
    on XML.
   HTML5 was first started by Mozilla, Apple, and
    Opera, later in 2006 W3C showed interest on
    html5 and created group for working on HTML5
    project
Html5
HTML5 Structure




 Fi g- H L5 docum
        TM       ent st r uct ur e.
Continue…
 There are some new features in
  HTML5.
 Header
     header represents header of the
section.
     Header element contains
introductory information to a section or
page.
     It can involve anything from our
normal document headers to an entire
table of contents.
Continue…
<header>
<h1>A Preview of HTML 5</h1>
<p class="byline">By Lachlan Hunt</p>
</header>
<header>
<h1>Example Blog</h1>
<h2>Insert tag line here.</h2>
</header>
<Footer>
 A footer typically contains information
  about its section such as who wrote it,
  links related to documents.
 For Example.
      <footer>© 2007 Example Inc.
      </footer>.

<nav>
   The nav element represents section of
    navigation links.
Continue…
 The nav element is reserved for a
  section of document that contains
  links to other pages or links to the
  section of the same page.
 For e.g. Table of contents.
<nav>

<ul>

    <li><a href="/">Home</a></li>

    <li><a href="/products">Products</a></li>

    <li><a href="/services">Services</a></li>
    <li><a href="/about">About</a></li>

</ul> <nav>
<Aside>
 Aside represents contents related to
  the main area of the document.
 This usually expressed in side bars
  that contain related posts, tag clouds
  etc.
<h1>Archives</h1>
 <ul>
    <li><a href="/2007/09/">September 2007</a></li>
    <li><a href="/2007/08/">August 2007</a></li>
    <li><a href="/2007/07/">July 2007</a></li>
<Section>
 Section element represents a generic
  section of or application such as a
  chapter.
 It act as a same way as <div> does in
  separating portion of document.

 <article>
 Article element is independent section
  of document .
 It is suitable for content like news or
  blog.
Some other Features…
 HTML5 introduces new elements and
  its attributes like <audio> and
  <video>.
 Video element used for video files.
 Some attributes are not allowed in
  HTML5. Most of the styling attributes
  are removed from HTML5.
 Such as align attribute on
  caption, iframe, img, input, object, tabl
  e, hr, div, h1, h2, h3, p, etc.
New API’s in HTML5
API’s   for multimedia using video and
  audio tag
   user can embed different video and
audio formats in the web page.
 API’s that allow offline web
  applications
   HTML5 allows several features in
which web applications can work
locally, that is without internet
connection.
Drag and drop API’s
   html5 allows drag and drop feature
with the help of draggtable attribute
Continue…
 HTML Microdata.
  User can embed machine readable
data into HTML document.
HTML canvas 2D context.
  This API used for rendering 2D
graphics, bitmaps and shapes. This
technology introduced by Apple.
Geolocation.
Geolocation
 This API include location information
  such as GPS (global positioning
  system)with device hosting API.
 This feature supports for devises such
  as mobile phones, GPS receivers etc.
Limitations of HTML5
 Browsers do not provide full support for
  HTML5
  Non of the web browsers for mobile or have
full implementations at present.
       Internet Explorer browser does not
support for HTML5. Even Apple ipad safari
browser doesn’t have full support for HTML5.
 Cross platform browser compatibility
       The application developed for ipad is not
guaranteed to work well in other browsers like
IE.
Continue…
 Audio/video support
     HTML5 has added new video and
audio tags in a browser without plugin
but doesn’t officially support any video
or audio format.
 Development tools
    There are no tools available that can create
    animations for html5 like flash professionals.
    For creating animations developers have to code
    animations in JavaScripts and CSS.
Supported Browsers
   Firefox 4(WebM, Beta)
   Google Chrome
   Opera 10.6 and above.
   Apple Safari (h.264, version 4+)
   Microsoft internet Explorer 9
Html5

More Related Content

PPTX
Adobe FrameMaker Workshop TC Camp 2015
PPTX
Html 5
PPTX
INTRUDUCTION TO HTML 5
PPTX
Branding SharePoint from Prototype to Deployment - Workshop
PPTX
Joomla Chicago Kickstart Part 2
PPTX
SharePoint 2013 Design manager – from HTML to SharePoint
PPTX
The Future of SharePoint - What You Need to Know
PPTX
Your SharePoint 2013 Branding Initiation
Adobe FrameMaker Workshop TC Camp 2015
Html 5
INTRUDUCTION TO HTML 5
Branding SharePoint from Prototype to Deployment - Workshop
Joomla Chicago Kickstart Part 2
SharePoint 2013 Design manager – from HTML to SharePoint
The Future of SharePoint - What You Need to Know
Your SharePoint 2013 Branding Initiation

What's hot (10)

PPTX
Webinar : Simplified and Cost-Effective Drupal 9 Migration
PPTX
Html5 Basic Structure
PPTX
Enhance SharePoint 2013 with Responsive Web Design
PPTX
web designing course bangalore
PPTX
SharePoint Saturday Silicon Valley - SharePoint Apps - Ryan Schouten
PPTX
Using office add ins to solve business problems-SharePoint Saturday Redmond 2015
PPTX
Build single page applications using AngularJS on AEM
PPTX
So You Want To Be A SharePoint Developer-SPS Silicon Valley 2015
PPTX
The 2013 Design Manager - From HTML to SharePoint
PPTX
HTML5 introduction for beginners
Webinar : Simplified and Cost-Effective Drupal 9 Migration
Html5 Basic Structure
Enhance SharePoint 2013 with Responsive Web Design
web designing course bangalore
SharePoint Saturday Silicon Valley - SharePoint Apps - Ryan Schouten
Using office add ins to solve business problems-SharePoint Saturday Redmond 2015
Build single page applications using AngularJS on AEM
So You Want To Be A SharePoint Developer-SPS Silicon Valley 2015
The 2013 Design Manager - From HTML to SharePoint
HTML5 introduction for beginners
Ad

Similar to Html5 (20)

PDF
HTML5 Introduction – Features and Resources for HTML5
PDF
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
PPTX
Grade 10 COMPUTER
PPT
Introduction to HTML5
PPT
Introduction to html5
PPTX
Chapter 2 introduction to html5
PPT
Introduction to html55
PPTX
Hyper text markup language basic programming slides
PPT
HTML 5 Complete Reference
PPT
1._Introduction_tyytggyyyyy666o_HTML5.ppt
PPT
1._Introduction_to_HTML5 les fonction et les balises
PPT
1._Introduction_to_HTML5 Web Designing.ppt
PPT
1._Introduction_to_HTML5 powerpoint presentation
PPT
HTML_new_one is a ppt in markup language
DOC
HTML5 vs Flash : Term paper at VGSOM, IIT Kharagpur
DOCX
DOCX
PPTX
HTML5 and DHTML
PPT
1. Introduction to HTML5.ppt
PPT
1._Introduction_to_HTML5[1].MCA MODULE 1 NOTES
HTML5 Introduction – Features and Resources for HTML5
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
Grade 10 COMPUTER
Introduction to HTML5
Introduction to html5
Chapter 2 introduction to html5
Introduction to html55
Hyper text markup language basic programming slides
HTML 5 Complete Reference
1._Introduction_tyytggyyyyy666o_HTML5.ppt
1._Introduction_to_HTML5 les fonction et les balises
1._Introduction_to_HTML5 Web Designing.ppt
1._Introduction_to_HTML5 powerpoint presentation
HTML_new_one is a ppt in markup language
HTML5 vs Flash : Term paper at VGSOM, IIT Kharagpur
HTML5 and DHTML
1. Introduction to HTML5.ppt
1._Introduction_to_HTML5[1].MCA MODULE 1 NOTES
Ad

Recently uploaded (20)

PDF
Trump Administration's workforce development strategy
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PPTX
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PPTX
Cell Structure & Organelles in detailed.
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
A systematic review of self-coping strategies used by university students to ...
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
01-Introduction-to-Information-Management.pdf
PPTX
Pharma ospi slides which help in ospi learning
PDF
Complications of Minimal Access Surgery at WLH
DOC
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
Cell Types and Its function , kingdom of life
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
VCE English Exam - Section C Student Revision Booklet
Trump Administration's workforce development strategy
Anesthesia in Laparoscopic Surgery in India
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Cell Structure & Organelles in detailed.
Supply Chain Operations Speaking Notes -ICLT Program
Pharmacology of Heart Failure /Pharmacotherapy of CHF
202450812 BayCHI UCSC-SV 20250812 v17.pptx
FourierSeries-QuestionsWithAnswers(Part-A).pdf
A systematic review of self-coping strategies used by university students to ...
Microbial disease of the cardiovascular and lymphatic systems
01-Introduction-to-Information-Management.pdf
Pharma ospi slides which help in ospi learning
Complications of Minimal Access Surgery at WLH
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
Final Presentation General Medicine 03-08-2024.pptx
Cell Types and Its function , kingdom of life
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
VCE English Exam - Section C Student Revision Booklet

Html5

  • 2. Agenda • Introduction • History • Features • New API’s in HTML5 • Limitations
  • 3. Introduction  To give authors more flexibility and interoperability, and enable more interactive and exciting websites HTML5, introduces wide range of features.  These feature includes form controls, API’s, multimedia, structure and semantics.  HTML5 was introduced by W3C.Including browser vendors such as Apple, Mozilla, Opera, and
  • 4. History  HTML 3.0 was developed in 1995.  HTML 3.2 was developed in 1997.  HTML 4 was developed in 1998.  After developing HTML4, W3C stopped working on HTML, and started working on XML.  HTML5 was first started by Mozilla, Apple, and Opera, later in 2006 W3C showed interest on html5 and created group for working on HTML5 project
  • 6. HTML5 Structure Fi g- H L5 docum TM ent st r uct ur e.
  • 7. Continue…  There are some new features in HTML5.  Header header represents header of the section. Header element contains introductory information to a section or page. It can involve anything from our normal document headers to an entire table of contents.
  • 8. Continue… <header> <h1>A Preview of HTML 5</h1> <p class="byline">By Lachlan Hunt</p> </header> <header> <h1>Example Blog</h1> <h2>Insert tag line here.</h2> </header>
  • 9. <Footer>  A footer typically contains information about its section such as who wrote it, links related to documents.  For Example. <footer>© 2007 Example Inc. </footer>. <nav>  The nav element represents section of navigation links.
  • 10. Continue…  The nav element is reserved for a section of document that contains links to other pages or links to the section of the same page.  For e.g. Table of contents. <nav> <ul> <li><a href="/">Home</a></li> <li><a href="/products">Products</a></li> <li><a href="/services">Services</a></li> <li><a href="/about">About</a></li> </ul> <nav>
  • 11. <Aside>  Aside represents contents related to the main area of the document.  This usually expressed in side bars that contain related posts, tag clouds etc. <h1>Archives</h1> <ul> <li><a href="/2007/09/">September 2007</a></li> <li><a href="/2007/08/">August 2007</a></li> <li><a href="/2007/07/">July 2007</a></li>
  • 12. <Section>  Section element represents a generic section of or application such as a chapter.  It act as a same way as <div> does in separating portion of document. <article>  Article element is independent section of document .  It is suitable for content like news or blog.
  • 13. Some other Features…  HTML5 introduces new elements and its attributes like <audio> and <video>.  Video element used for video files.  Some attributes are not allowed in HTML5. Most of the styling attributes are removed from HTML5.  Such as align attribute on caption, iframe, img, input, object, tabl e, hr, div, h1, h2, h3, p, etc.
  • 14. New API’s in HTML5 API’s for multimedia using video and audio tag user can embed different video and audio formats in the web page.  API’s that allow offline web applications HTML5 allows several features in which web applications can work locally, that is without internet connection. Drag and drop API’s html5 allows drag and drop feature with the help of draggtable attribute
  • 15. Continue…  HTML Microdata. User can embed machine readable data into HTML document. HTML canvas 2D context. This API used for rendering 2D graphics, bitmaps and shapes. This technology introduced by Apple.
  • 17. Geolocation  This API include location information such as GPS (global positioning system)with device hosting API.  This feature supports for devises such as mobile phones, GPS receivers etc.
  • 18. Limitations of HTML5  Browsers do not provide full support for HTML5 Non of the web browsers for mobile or have full implementations at present. Internet Explorer browser does not support for HTML5. Even Apple ipad safari browser doesn’t have full support for HTML5.  Cross platform browser compatibility The application developed for ipad is not guaranteed to work well in other browsers like IE.
  • 19. Continue…  Audio/video support HTML5 has added new video and audio tags in a browser without plugin but doesn’t officially support any video or audio format.  Development tools There are no tools available that can create animations for html5 like flash professionals. For creating animations developers have to code animations in JavaScripts and CSS.
  • 20. Supported Browsers  Firefox 4(WebM, Beta)  Google Chrome  Opera 10.6 and above.  Apple Safari (h.264, version 4+)  Microsoft internet Explorer 9