SlideShare a Scribd company logo
Prepared By:
Ahmed Youssef.
     AHMEDYOUSEF 2011
What is new in
  HTML5
      ?

     AHMEDYOUSEF 2011
Introduction
Rough Timeline of Web Technologies.
So what's new?
New structural elements.
New inline elements.
HTML 5 New Form Types.
HTML 5 Removes Some Elements.

               AHMEDYOUSEF 2011
Rough Timeline of Web Technologies.

1991
1994
1996
1997
1998
2000
2005
              AHMEDYOUSEF 2011
So what's new?
There are a few exciting new
elements in HTML 5:
• <canvas> - an element to give you
  a drawing space in JavaScript on
  your Web pages.
• <video> - add video to your Web
  pages with this simple tag.
• <audio> - add sound to your Web
  pages with this simple tag.
               AHMEDYOUSEF 2011
New structural elements.
• <section> - to define sections of pages.
• <header> - defines the header of a page.
• <footer> - defines the footer of a page.
• <nav> - defines the navigation on a page.
• <article> - defines the article or primary
  content on a page.
• <aside> - defines extra content like a
  sidebar on a page.
• <figure> - defines images that annotate an
  article.        AHMEDYOUSEF 2011
New inline elements.
• <mark> - to indicate content that is
  marked in some fashion
• <time> - to indicate content that is a
  time or date
• <meter> - to indicate content that is a
  fraction of a known range - such as disk
  usage
• <progress> - to indicate the progress of
  a task towards completion
                 AHMEDYOUSEF 2011
HTML 5 New Form Types.
•   date time
•   date time-local
•   date
•   month
•   week
•   time
•   number
•   range
•   email
•   url
                      AHMEDYOUSEF 2011
HTML 5 Removes Some Elements.
•   acronym
•   applet
•   basefont
•   big
•   center
•   dir
•   font
•   frame
•   frameset
•   isindex
•   noframes
•   noscript
•   s
•   strike
•   tt
•   u

                AHMEDYOUSEF 2011
References
• http://webdesign.about.com/od/html5/a/ht
  ml_5_whats_new.htm
• http://www.phpguru.org/whats-new-in-
  html5
• http://www.w3schools.com/html5/default.a
  sp



                 AHMEDYOUSEF 2011

More Related Content

PPT
New in html5
PDF
Developing webapp using Polymer : is it ready for production? or not?
PPTX
1 year optimising IG's websites
PPTX
Five Ways to Make SharePoint Your Intranet Home
PPTX
SPSNL16 - Building Office 365 and SharePoint solutions using modern developer...
PPTX
O365: Attack of the Clones
PPSX
Released WEBridge 4 SAP R 3 on 9/9 of 2014
PDF
ReliefWeb | DevSeed Meeting | 03 Sep 2010
New in html5
Developing webapp using Polymer : is it ready for production? or not?
1 year optimising IG's websites
Five Ways to Make SharePoint Your Intranet Home
SPSNL16 - Building Office 365 and SharePoint solutions using modern developer...
O365: Attack of the Clones
Released WEBridge 4 SAP R 3 on 9/9 of 2014
ReliefWeb | DevSeed Meeting | 03 Sep 2010

Viewers also liked (9)

PPTX
Framework prototype
PPT
Presentation 1Q14
PPTX
C sharp fundamentals Part I
PPTX
Cloud Computing
PPTX
Making a presentation
PDF
Keren Hayesod (AUI) - Report attività nel 2010
 
PPT
Presentation1
PPTX
Framework prototype
DOC
Praca semestralna poetyka-poswiatowska
Framework prototype
Presentation 1Q14
C sharp fundamentals Part I
Cloud Computing
Making a presentation
Keren Hayesod (AUI) - Report attività nel 2010
 
Presentation1
Framework prototype
Praca semestralna poetyka-poswiatowska
Ad

Similar to New in html5 (20)

PDF
PPTX
PPTX
PDF
Introduction to html 5
PPTX
HTML 5 Fundamental
PDF
The Future of the Web: HTML5
PDF
PDF
SW Drupal Summit: HTML5+Drupal
PPTX
Html5
KEY
HTML5 History & Features
PPTX
Html,CSS & UI/UX design
PPTX
HTML - 5 - Introduction
PPT
Html5 Future of WEB
PPTX
INTRUDUCTION TO HTML 5
PDF
Introduction to PHP H/MVC Frameworks by www.silicongulf.com
PPT
HTML5 & Front-end overview
PPTX
Html 5
PPT
PPTX
Getting Started with HTML5 in Tech Com (STC 2012)
PPTX
Html5
Introduction to html 5
HTML 5 Fundamental
The Future of the Web: HTML5
SW Drupal Summit: HTML5+Drupal
Html5
HTML5 History & Features
Html,CSS & UI/UX design
HTML - 5 - Introduction
Html5 Future of WEB
INTRUDUCTION TO HTML 5
Introduction to PHP H/MVC Frameworks by www.silicongulf.com
HTML5 & Front-end overview
Html 5
Getting Started with HTML5 in Tech Com (STC 2012)
Html5
Ad

More from DevMix (10)

PPTX
Devmix algorithm
PPTX
Select your career
PPTX
Devmix algorithm
PPTX
Framework prototype
PPTX
Algorithms
PPTX
Intro To DataBase
PPTX
Intro to windows app
PPTX
OOP in C#
PPTX
Logos samples
PPT
Python
Devmix algorithm
Select your career
Devmix algorithm
Framework prototype
Algorithms
Intro To DataBase
Intro to windows app
OOP in C#
Logos samples
Python

New in html5

  • 1. Prepared By: Ahmed Youssef. AHMEDYOUSEF 2011
  • 2. What is new in HTML5 ? AHMEDYOUSEF 2011
  • 3. Introduction Rough Timeline of Web Technologies. So what's new? New structural elements. New inline elements. HTML 5 New Form Types. HTML 5 Removes Some Elements. AHMEDYOUSEF 2011
  • 4. Rough Timeline of Web Technologies. 1991 1994 1996 1997 1998 2000 2005 AHMEDYOUSEF 2011
  • 5. So what's new? There are a few exciting new elements in HTML 5: • <canvas> - an element to give you a drawing space in JavaScript on your Web pages. • <video> - add video to your Web pages with this simple tag. • <audio> - add sound to your Web pages with this simple tag. AHMEDYOUSEF 2011
  • 6. New structural elements. • <section> - to define sections of pages. • <header> - defines the header of a page. • <footer> - defines the footer of a page. • <nav> - defines the navigation on a page. • <article> - defines the article or primary content on a page. • <aside> - defines extra content like a sidebar on a page. • <figure> - defines images that annotate an article. AHMEDYOUSEF 2011
  • 7. New inline elements. • <mark> - to indicate content that is marked in some fashion • <time> - to indicate content that is a time or date • <meter> - to indicate content that is a fraction of a known range - such as disk usage • <progress> - to indicate the progress of a task towards completion AHMEDYOUSEF 2011
  • 8. HTML 5 New Form Types. • date time • date time-local • date • month • week • time • number • range • email • url AHMEDYOUSEF 2011
  • 9. HTML 5 Removes Some Elements. • acronym • applet • basefont • big • center • dir • font • frame • frameset • isindex • noframes • noscript • s • strike • tt • u AHMEDYOUSEF 2011
  • 10. References • http://webdesign.about.com/od/html5/a/ht ml_5_whats_new.htm • http://www.phpguru.org/whats-new-in- html5 • http://www.w3schools.com/html5/default.a sp AHMEDYOUSEF 2011