SlideShare a Scribd company logo
Everything you need to know
  about HTML5 in 10 min

      @edgarparada
5 Things you should know
         about HTML5

1. It’s not one big thing
2. You don’t need to throw anything away
3. It’s easy to get started
4. It already works
5. It’s here to stay
Timeline of HTML from
        1997 to 2004
                         First draft of
W3C published                                      XHTML
                       XHTML Extended
 HTML 4.0                                        Modularization
                             forms
    1997                     1999                    2001



                1998                      2000                    2003

                W3C                  XHTML 1.0                HTML Working
            reformulated            published as a           Group published
           HTML into XML                W3C                 the first version of
            (XHTML 1.0)            recomendation               XForms 1.0
Timeline of HTML from
      2004 and beyond...
 Workshop on            W3C adopts             HTML5 specs to
 Web Apps and           WHATWG’s               reach candidate
Compound Docs          work (HTML5)           status (projected)
    2004                   2007                     2012



                2005                  2009                         2022

        Web Applications       Last call issued for          HTML5 to reach
        1.0 Working Draft         the HTML5                 recommendation
            published            Working Draft              status (projected)

                                Public Interest in
                               HTML5 increases
We are on 2012, so is
 HTML5 ready yet?
WHAT Working Group?




The Web Hypertext Applications Technology
Working Group is a loose, unofficial, and open
collaboration of Web browser manufacturers and
interested parties.
Video
HTML5 defines a new element called <video> for embedding video in your web pages.
Embedding video used to be impossible without third-party plugins such as Apple
QuickTime or Adobe Flash.




The <video> element is designed to be usable without any detection scripts. You can
specify multiple video files, and browsers that support HTML5 video will choose one based
on what video formats they support.
Flash & HTML5 Fallback




FLV fallback is used to provide a regular FLV video for those Flash clients that do not
support support HTML5 video. MP4 support was added to Flash in version 9.115 and
lower versions can only play FLV files.

You should note that the FLV format is not a bad format. It provides a small file size
with relatively good quality. the FLV format can be optimized with a technology called "on2"
Local Storage
HTML5 storage provides a way for
web sites to store information on your
computer and retrieve it later.

The concept is similar to cookies, but it’s
designed for larger quantities of
information. Cookies are limited in size,
and your browser sends them back to
the web server every time it requests a
new page (which takes extra time and
precious bandwidth).

HTML5 storage stays on your
computer, and web sites can access it
with JavaScript after the page is loaded.
Web Workers
Web Workers provide a standard way for browsers to run JavaScript in the background.
With web workers, you can spawn multiple “threads” that all run at the same time, more
or less. (Think of how your computer can run multiple applications at the same time, and
you’re most of the way there.)




These “background threads” can do complex mathematical calculations, make network
requests, or access local storage while the main web page responds to the user scrolling,
clicking, or typing.
Geolocation
Geolocation is the art of figuring out
where you are in the world and
(optionally) sharing that information
with people you trust.

There is more than one way to figure
out where you are — your IP address,
your wireless network connection, which cell
tower your phone is talking to, or dedicated
GPS hardware that calculates latitude and
longitude from information sent by
satellites in the sky.
Modernizr, an HTML5
         detection library
Modernizr is an open source, MIT-licensed JavaScript library that detects
support for many HTML5 & CSS3 features. At the time of writing, the latest
version is 1.5.You should always use the latest version. To use it, include the
following <script> element at the top of your page.

<!DOCTYPE html>
<html>
<head>
 <meta charset="utf-8">
 <title>Dive Into HTML5</title>
 <script src="modernizr.min.js"></script>
</head>
<body>
 ...
</body>
</html>
Input Types

You know all about web forms, right? Make a
<form>, add a few <input type="text">
elements and maybe an <input
type="password">, and finish it off with an
<input type="submit"> button.

You don’t know the half of it. HTML5 defines
over a dozen new input types that you can use
in your forms.

search, number, range, color, tel, url, email, date,
month, week, time datetime, datetime-local
New Semantic Elements
Canvas
HTML5 defines the <canvas> element
as “a resolution-dependent bitmap canvas that
can be used for rendering graphs, game
graphics, or other visual images on the fly.”

A canvas is a rectangle in your page where
you can use JavaScript to draw anything
you want. HTML5 defines a set of
functions (“the canvas API”) for drawing
shapes, defining paths, creating gradients,
and applying transformations.
Canvas what’s good for?
Analysis, planning & prototypes

Product strategy, user-centered workflow
design, concept demos and UI prototypes

Brand, visual & infographics

Brand and identity, visual and icon system
design, data visualization and infographicst:

Website and application UI
design

Website and application information
architecture, system modeling, and
detailed user interface design
CSS3 Today
CSS3 is actually a series of modules that are
designed to be implemented separately and
independently from each other.

This segmented approach has enabled portions of
the spec to move faster (or slower) than others,
and has encouraged browser vendors to
implement the pieces that are further along before
the entirety of CSS3 is considered finished.

The benefit here for us web designers is that along
with experimentation and faster release cycle
comes the ability to use many CSS3
properties before waiting until they become
Candidate Recommendations.
Extra tips...
Everything you need to know
  about HTML5 in 15 min

      @edgarparada

More Related Content

What's hot (20)

PPTX
Angular on ASP.NET MVC 6
Noam Kfir
 
PPTX
Discuss About ASP.NET MVC 6 and ASP.NET MVC 5
Aaron Jacobson
 
PDF
Jenkins Continuous Delivery
Jadson Santos
 
PDF
Angular, the New Angular JS
Kenzan
 
PPTX
SoCal Code Camp 2011 - ASP.NET MVC 4
Jon Galloway
 
PDF
Booting up with polymer
Marcus Hellberg
 
PPTX
Angular introduction students
Christian John Felix
 
PPT
Intro to Service Worker API and its use cases
satejsahu
 
PPTX
Polymer / WebComponents
Arnaud Kervern
 
PPTX
Vue micro frontend implementation patterns
Albert Brand
 
PPTX
MVC 6 Introduction
Sudhakar Sharma
 
PDF
Client Vs. Server Rendering
David Amend
 
PPTX
Javascript Frameworks Comparison - Angular, Knockout, Ember and Backbone
Deepu S Nath
 
PPTX
ASP .NET MVC - best practices
Bohdan Pashkovskyi
 
PDF
Custom Elements with Polymer Web Components #econfpsu16
John Riviello
 
PPTX
JavaFX and HTML5 - Like Curds and Rice
Stephen Chin
 
PDF
Targeting Mobile Platform with MVC 4.0
Mayank Srivastava
 
PDF
introduction to Vue.js 3
ArezooKmn
 
PPTX
Making Single Page Applications (SPA) faster
Boris Livshutz
 
PPTX
AngularJS
Mahmoud Tolba
 
Angular on ASP.NET MVC 6
Noam Kfir
 
Discuss About ASP.NET MVC 6 and ASP.NET MVC 5
Aaron Jacobson
 
Jenkins Continuous Delivery
Jadson Santos
 
Angular, the New Angular JS
Kenzan
 
SoCal Code Camp 2011 - ASP.NET MVC 4
Jon Galloway
 
Booting up with polymer
Marcus Hellberg
 
Angular introduction students
Christian John Felix
 
Intro to Service Worker API and its use cases
satejsahu
 
Polymer / WebComponents
Arnaud Kervern
 
Vue micro frontend implementation patterns
Albert Brand
 
MVC 6 Introduction
Sudhakar Sharma
 
Client Vs. Server Rendering
David Amend
 
Javascript Frameworks Comparison - Angular, Knockout, Ember and Backbone
Deepu S Nath
 
ASP .NET MVC - best practices
Bohdan Pashkovskyi
 
Custom Elements with Polymer Web Components #econfpsu16
John Riviello
 
JavaFX and HTML5 - Like Curds and Rice
Stephen Chin
 
Targeting Mobile Platform with MVC 4.0
Mayank Srivastava
 
introduction to Vue.js 3
ArezooKmn
 
Making Single Page Applications (SPA) faster
Boris Livshutz
 
AngularJS
Mahmoud Tolba
 

Similar to Everything you need to know about HTML5 in 15 min (20)

PPTX
Html5
Mahmoud Ghoz
 
ODP
Html5
mikusuraj
 
PDF
Building a Better Web with HTML5 and CSS3
Karambir Singh Nain
 
KEY
Introduction to HTML5/CSS3 In Drupal 7
Mediacurrent
 
PPT
Html5(2)
Carol Maughan
 
PPT
Html5(2)
CMaughan
 
KEY
Html5 Primer
Graeme Bryan
 
PDF
WordCamp Thessaloniki2011 The NextWeb
George Kanellopoulos
 
PDF
HTML5: The New html for the web
elliando dias
 
PPT
HTML5: An Introduction To Next Generation Web Development
Tilak Joshi
 
DOCX
Html5
Shivani Gautam
 
DOCX
Html5
Shivani Gautam
 
DOC
HTML5 vs Flash : Term paper at VGSOM, IIT Kharagpur
Kanishka Chakraborty
 
PDF
HTML5 Introduction – Features and Resources for HTML5
Team Mango Media Private Limited
 
PDF
HTML5 Technical Executive Summary
Gilad Khen
 
PPTX
HTML5 introduction for beginners
Vineeth N Krishnan
 
PPTX
Html 5
Nguyen Quang
 
PDF
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
ijceronline
 
KEY
HTML5 History & Features
Dave Ross
 
Html5
mikusuraj
 
Building a Better Web with HTML5 and CSS3
Karambir Singh Nain
 
Introduction to HTML5/CSS3 In Drupal 7
Mediacurrent
 
Html5(2)
Carol Maughan
 
Html5(2)
CMaughan
 
Html5 Primer
Graeme Bryan
 
WordCamp Thessaloniki2011 The NextWeb
George Kanellopoulos
 
HTML5: The New html for the web
elliando dias
 
HTML5: An Introduction To Next Generation Web Development
Tilak Joshi
 
HTML5 vs Flash : Term paper at VGSOM, IIT Kharagpur
Kanishka Chakraborty
 
HTML5 Introduction – Features and Resources for HTML5
Team Mango Media Private Limited
 
HTML5 Technical Executive Summary
Gilad Khen
 
HTML5 introduction for beginners
Vineeth N Krishnan
 
Html 5
Nguyen Quang
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
ijceronline
 
HTML5 History & Features
Dave Ross
 
Ad

More from Edgar Parada (17)

PPTX
Ciberseguridad, Fundamental para la Transformación Digital
Edgar Parada
 
PDF
Sass: CSS con Superpoderes
Edgar Parada
 
KEY
Diseño UI con jQuery mobile
Edgar Parada
 
KEY
Optimización de Contenido Flash para Móviles
Edgar Parada
 
KEY
Presentación Adobe AIR para PlayBook - Reto BlackBerry
Edgar Parada
 
KEY
Tips para Mejorar tu Estrategia Online
Edgar Parada
 
KEY
Contenido web en múltiples pantallas
Edgar Parada
 
KEY
Desarrollo para iPhone con Flash
Edgar Parada
 
PDF
HTML5 y Flash
Edgar Parada
 
PDF
CSS con Dreamweaver CS5
Edgar Parada
 
KEY
Google Analytics con Flash
Edgar Parada
 
PDF
Flash y Seo
Edgar Parada
 
PDF
Flash Catalyst en Campus Party
Edgar Parada
 
PPT
Usabilidad
Edgar Parada
 
PPT
Flex 101
Edgar Parada
 
PPT
Flex en Cafe de Altura
Edgar Parada
 
PDF
SG09 Ux Flash Catalyst
Edgar Parada
 
Ciberseguridad, Fundamental para la Transformación Digital
Edgar Parada
 
Sass: CSS con Superpoderes
Edgar Parada
 
Diseño UI con jQuery mobile
Edgar Parada
 
Optimización de Contenido Flash para Móviles
Edgar Parada
 
Presentación Adobe AIR para PlayBook - Reto BlackBerry
Edgar Parada
 
Tips para Mejorar tu Estrategia Online
Edgar Parada
 
Contenido web en múltiples pantallas
Edgar Parada
 
Desarrollo para iPhone con Flash
Edgar Parada
 
HTML5 y Flash
Edgar Parada
 
CSS con Dreamweaver CS5
Edgar Parada
 
Google Analytics con Flash
Edgar Parada
 
Flash y Seo
Edgar Parada
 
Flash Catalyst en Campus Party
Edgar Parada
 
Usabilidad
Edgar Parada
 
Flex 101
Edgar Parada
 
Flex en Cafe de Altura
Edgar Parada
 
SG09 Ux Flash Catalyst
Edgar Parada
 
Ad

Recently uploaded (20)

PDF
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
PPTX
Simple and concise overview about Quantum computing..pptx
mughal641
 
PDF
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
PPTX
Agentic AI in Healthcare Driving the Next Wave of Digital Transformation
danielle hunter
 
PPTX
cloud computing vai.pptx for the project
vaibhavdobariyal79
 
PDF
introduction to computer hardware and sofeware
chauhanshraddha2007
 
PDF
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
PDF
How ETL Control Logic Keeps Your Pipelines Safe and Reliable.pdf
Stryv Solutions Pvt. Ltd.
 
PPTX
AI Code Generation Risks (Ramkumar Dilli, CIO, Myridius)
Priyanka Aash
 
PDF
Researching The Best Chat SDK Providers in 2025
Ray Fields
 
PDF
Market Insight : ETH Dominance Returns
CIFDAQ
 
PDF
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
PPTX
Agile Chennai 18-19 July 2025 | Emerging patterns in Agentic AI by Bharani Su...
AgileNetwork
 
PDF
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
PPTX
AVL ( audio, visuals or led ), technology.
Rajeshwri Panchal
 
PDF
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
PDF
RAT Builders - How to Catch Them All [DeepSec 2024]
malmoeb
 
PDF
Per Axbom: The spectacular lies of maps
Nexer Digital
 
PDF
A Strategic Analysis of the MVNO Wave in Emerging Markets.pdf
IPLOOK Networks
 
PPTX
Agile Chennai 18-19 July 2025 | Workshop - Enhancing Agile Collaboration with...
AgileNetwork
 
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
Simple and concise overview about Quantum computing..pptx
mughal641
 
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
Agentic AI in Healthcare Driving the Next Wave of Digital Transformation
danielle hunter
 
cloud computing vai.pptx for the project
vaibhavdobariyal79
 
introduction to computer hardware and sofeware
chauhanshraddha2007
 
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
How ETL Control Logic Keeps Your Pipelines Safe and Reliable.pdf
Stryv Solutions Pvt. Ltd.
 
AI Code Generation Risks (Ramkumar Dilli, CIO, Myridius)
Priyanka Aash
 
Researching The Best Chat SDK Providers in 2025
Ray Fields
 
Market Insight : ETH Dominance Returns
CIFDAQ
 
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
Agile Chennai 18-19 July 2025 | Emerging patterns in Agentic AI by Bharani Su...
AgileNetwork
 
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
AVL ( audio, visuals or led ), technology.
Rajeshwri Panchal
 
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
RAT Builders - How to Catch Them All [DeepSec 2024]
malmoeb
 
Per Axbom: The spectacular lies of maps
Nexer Digital
 
A Strategic Analysis of the MVNO Wave in Emerging Markets.pdf
IPLOOK Networks
 
Agile Chennai 18-19 July 2025 | Workshop - Enhancing Agile Collaboration with...
AgileNetwork
 

Everything you need to know about HTML5 in 15 min

  • 1. Everything you need to know about HTML5 in 10 min @edgarparada
  • 2. 5 Things you should know about HTML5 1. It’s not one big thing 2. You don’t need to throw anything away 3. It’s easy to get started 4. It already works 5. It’s here to stay
  • 3. Timeline of HTML from 1997 to 2004 First draft of W3C published XHTML XHTML Extended HTML 4.0 Modularization forms 1997 1999 2001 1998 2000 2003 W3C XHTML 1.0 HTML Working reformulated published as a Group published HTML into XML W3C the first version of (XHTML 1.0) recomendation XForms 1.0
  • 4. Timeline of HTML from 2004 and beyond... Workshop on W3C adopts HTML5 specs to Web Apps and WHATWG’s reach candidate Compound Docs work (HTML5) status (projected) 2004 2007 2012 2005 2009 2022 Web Applications Last call issued for HTML5 to reach 1.0 Working Draft the HTML5 recommendation published Working Draft status (projected) Public Interest in HTML5 increases
  • 5. We are on 2012, so is HTML5 ready yet?
  • 6. WHAT Working Group? The Web Hypertext Applications Technology Working Group is a loose, unofficial, and open collaboration of Web browser manufacturers and interested parties.
  • 7. Video HTML5 defines a new element called <video> for embedding video in your web pages. Embedding video used to be impossible without third-party plugins such as Apple QuickTime or Adobe Flash. The <video> element is designed to be usable without any detection scripts. You can specify multiple video files, and browsers that support HTML5 video will choose one based on what video formats they support.
  • 8. Flash & HTML5 Fallback FLV fallback is used to provide a regular FLV video for those Flash clients that do not support support HTML5 video. MP4 support was added to Flash in version 9.115 and lower versions can only play FLV files. You should note that the FLV format is not a bad format. It provides a small file size with relatively good quality. the FLV format can be optimized with a technology called "on2"
  • 9. Local Storage HTML5 storage provides a way for web sites to store information on your computer and retrieve it later. The concept is similar to cookies, but it’s designed for larger quantities of information. Cookies are limited in size, and your browser sends them back to the web server every time it requests a new page (which takes extra time and precious bandwidth). HTML5 storage stays on your computer, and web sites can access it with JavaScript after the page is loaded.
  • 10. Web Workers Web Workers provide a standard way for browsers to run JavaScript in the background. With web workers, you can spawn multiple “threads” that all run at the same time, more or less. (Think of how your computer can run multiple applications at the same time, and you’re most of the way there.) These “background threads” can do complex mathematical calculations, make network requests, or access local storage while the main web page responds to the user scrolling, clicking, or typing.
  • 11. Geolocation Geolocation is the art of figuring out where you are in the world and (optionally) sharing that information with people you trust. There is more than one way to figure out where you are — your IP address, your wireless network connection, which cell tower your phone is talking to, or dedicated GPS hardware that calculates latitude and longitude from information sent by satellites in the sky.
  • 12. Modernizr, an HTML5 detection library Modernizr is an open source, MIT-licensed JavaScript library that detects support for many HTML5 & CSS3 features. At the time of writing, the latest version is 1.5.You should always use the latest version. To use it, include the following <script> element at the top of your page. <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Dive Into HTML5</title> <script src="modernizr.min.js"></script> </head> <body> ... </body> </html>
  • 13. Input Types You know all about web forms, right? Make a <form>, add a few <input type="text"> elements and maybe an <input type="password">, and finish it off with an <input type="submit"> button. You don’t know the half of it. HTML5 defines over a dozen new input types that you can use in your forms. search, number, range, color, tel, url, email, date, month, week, time datetime, datetime-local
  • 15. Canvas HTML5 defines the <canvas> element as “a resolution-dependent bitmap canvas that can be used for rendering graphs, game graphics, or other visual images on the fly.” A canvas is a rectangle in your page where you can use JavaScript to draw anything you want. HTML5 defines a set of functions (“the canvas API”) for drawing shapes, defining paths, creating gradients, and applying transformations.
  • 16. Canvas what’s good for? Analysis, planning & prototypes Product strategy, user-centered workflow design, concept demos and UI prototypes Brand, visual & infographics Brand and identity, visual and icon system design, data visualization and infographicst: Website and application UI design Website and application information architecture, system modeling, and detailed user interface design
  • 17. CSS3 Today CSS3 is actually a series of modules that are designed to be implemented separately and independently from each other. This segmented approach has enabled portions of the spec to move faster (or slower) than others, and has encouraged browser vendors to implement the pieces that are further along before the entirety of CSS3 is considered finished. The benefit here for us web designers is that along with experimentation and faster release cycle comes the ability to use many CSS3 properties before waiting until they become Candidate Recommendations.
  • 19. Everything you need to know about HTML5 in 15 min @edgarparada

Editor's Notes