SlideShare a Scribd company logo
1 of 10
HTML5 Will Take Over the WorldBecause Kathy Said So Stephen BrashearCOM585 5/12/2010
History Hypertext Markup Language dictates how content of a web page will be presented in a browser. Introduced on 1990s. Conceived by Tim Berners-Lee so that different platforms could share information. HTML 4.01 introduced in late 90s.
This …
Becomes this …
What is HTML5 Newest Iteration of HTML. Can be written in XHTML and XML. Employs semantic Web. SVG (Scalable Vector Graphics) can be embedded in code. Browser can play audio and video natively. Potentially displaces Flash. New Application Programming Interfaces (API).
Semantic Markup New Semantic Tags	 Old tags (no longer supported) <article>  <section>  <aside>  <hgroup>  <header>  <footer>  <nav> <time>  <mark> <figure> <figcaption> <acronym>  <applet>  <basefont> <big>  <center>  <dir>  <font>  <frame> <frameset>  <noframes>  <s>  <strike>  <tt>  <u> <xmp>
Why semantic markup <div> is evil and so is flash More intuitive. More specific. Helps search engines parse content. Condenses two sets up markup language.
Why is Flash Bad ‘Cuz Steve Jobs says so. Critics say it is buggy. Critics say is it a resource hog. Critics say is has security flaws. It is closed source.  Flash is bad for SEO.
HTML5 is good Easier to use. Eventually better support for audio and video playback. Flexible: Backwards compatible and can handle bad syntax. It will make coders and web developers happy for exactly two weeks.
Sources – w3avenue: http://www.w3avenue.com/2010/05/07/html5-unleashed-tips-tricks-and-techniques/ – Android Central: Steve Jobs image – Gizmodo: http://gizmodo.com/5490205/html5-vs-flash-the-video-benchmark-deathmatch – W3C.org: http://dev.w3.org/html5/spec/Overview.html – html5.org: http://html5.org/ – Google: http://www.youtube.com/watch?v=siOHh0uzcuY –Wikipedia: http://en.wikipedia.org/wiki/HTML5

More Related Content

Similar to Html5presentation

IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
HTML5 - Future of Web
HTML5 - Future of WebHTML5 - Future of Web
HTML5 - Future of WebMirza Asif
 
Is it time to start using HTML 5
Is it time to start using HTML 5Is it time to start using HTML 5
Is it time to start using HTML 5Ravi Raj
 
HTML5: The Next Internet Goldrush
HTML5: The Next Internet GoldrushHTML5: The Next Internet Goldrush
HTML5: The Next Internet GoldrushPeter Lubbers
 
Introdution to HTML 5
Introdution to HTML 5Introdution to HTML 5
Introdution to HTML 5onkar_bhosle
 
Top 10 major benefits of html 5
Top 10 major benefits of html 5Top 10 major benefits of html 5
Top 10 major benefits of html 5Parul Rani Sagar
 
Michael(tm) Smith: HTML5 at Web Directions South 2008
Michael(tm) Smith: HTML5 at Web Directions South 2008Michael(tm) Smith: HTML5 at Web Directions South 2008
Michael(tm) Smith: HTML5 at Web Directions South 2008Michael(tm) Smith
 

Similar to Html5presentation (20)

Html5
Html5Html5
Html5
 
Html5(2)
Html5(2)Html5(2)
Html5(2)
 
Html5(2)
Html5(2)Html5(2)
Html5(2)
 
HTML 5
HTML 5HTML 5
HTML 5
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
HTML5 101
HTML5 101HTML5 101
HTML5 101
 
HTML5
HTML5HTML5
HTML5
 
GRADE 10 COMPUTER
GRADE 10 COMPUTERGRADE 10 COMPUTER
GRADE 10 COMPUTER
 
HTML5 and DHTML
HTML5 and DHTMLHTML5 and DHTML
HTML5 and DHTML
 
HTML5 - Future of Web
HTML5 - Future of WebHTML5 - Future of Web
HTML5 - Future of Web
 
Is it time to start using HTML 5
Is it time to start using HTML 5Is it time to start using HTML 5
Is it time to start using HTML 5
 
HTML 5
HTML 5HTML 5
HTML 5
 
HTML5 & CSS3
HTML5 & CSS3 HTML5 & CSS3
HTML5 & CSS3
 
web designing course bangalore
web designing course bangaloreweb designing course bangalore
web designing course bangalore
 
HTML5: The Next Internet Goldrush
HTML5: The Next Internet GoldrushHTML5: The Next Internet Goldrush
HTML5: The Next Internet Goldrush
 
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
 
Introdution to HTML 5
Introdution to HTML 5Introdution to HTML 5
Introdution to HTML 5
 
Top 10 major benefits of html 5
Top 10 major benefits of html 5Top 10 major benefits of html 5
Top 10 major benefits of html 5
 
Michael(tm) Smith: HTML5 at Web Directions South 2008
Michael(tm) Smith: HTML5 at Web Directions South 2008Michael(tm) Smith: HTML5 at Web Directions South 2008
Michael(tm) Smith: HTML5 at Web Directions South 2008
 
HTML 5
HTML 5HTML 5
HTML 5
 

Html5presentation

  • 1. HTML5 Will Take Over the WorldBecause Kathy Said So Stephen BrashearCOM585 5/12/2010
  • 2. History Hypertext Markup Language dictates how content of a web page will be presented in a browser. Introduced on 1990s. Conceived by Tim Berners-Lee so that different platforms could share information. HTML 4.01 introduced in late 90s.
  • 5. What is HTML5 Newest Iteration of HTML. Can be written in XHTML and XML. Employs semantic Web. SVG (Scalable Vector Graphics) can be embedded in code. Browser can play audio and video natively. Potentially displaces Flash. New Application Programming Interfaces (API).
  • 6. Semantic Markup New Semantic Tags Old tags (no longer supported) <article> <section> <aside> <hgroup> <header> <footer> <nav> <time> <mark> <figure> <figcaption> <acronym> <applet> <basefont> <big> <center> <dir> <font> <frame> <frameset> <noframes> <s> <strike> <tt> <u> <xmp>
  • 7. Why semantic markup <div> is evil and so is flash More intuitive. More specific. Helps search engines parse content. Condenses two sets up markup language.
  • 8. Why is Flash Bad ‘Cuz Steve Jobs says so. Critics say it is buggy. Critics say is it a resource hog. Critics say is has security flaws. It is closed source. Flash is bad for SEO.
  • 9. HTML5 is good Easier to use. Eventually better support for audio and video playback. Flexible: Backwards compatible and can handle bad syntax. It will make coders and web developers happy for exactly two weeks.
  • 10. Sources – w3avenue: http://www.w3avenue.com/2010/05/07/html5-unleashed-tips-tricks-and-techniques/ – Android Central: Steve Jobs image – Gizmodo: http://gizmodo.com/5490205/html5-vs-flash-the-video-benchmark-deathmatch – W3C.org: http://dev.w3.org/html5/spec/Overview.html – html5.org: http://html5.org/ – Google: http://www.youtube.com/watch?v=siOHh0uzcuY –Wikipedia: http://en.wikipedia.org/wiki/HTML5