Download presentation
Presentation is loading. Please wait.
1
Giuseppe Attardi Università di Pisa
HTML 5 Giuseppe Attardi Università di Pisa Slides from Lachlan Hunt
2
HTML5 in 1 Slide Get started: DOCTYPE: <!doctype html> NEW TAGS <header> <footer> <nav> <article> <section> <aside> (But IE 6,7--even IE 8!—doesn't support styling these tags.) AUDIO/VIDEO <audio> <video> (But then the codecs need to work, sometimes ogg, sometimes mp3…) FEATURES localStorage New input types (great for mobile, see ) Modernizr
3
New Structure and Semantics
7
<header> <nav> <article> <aside> <footer>
8
<time> <figure> <legend> <meter>
9
<h1> <section> <h1> <h1>
10
Element Implementations
No native support, but can be styled with CSS in Opera Firefox 3.0 Safari IE 6 and 7 using simple createElement() hack
11
New Multimedia
12
Video Native video support in browsers
DOM APIs for providing custom interfaces No more dependence upon Flash
13
Video Implementations
Opera (Ogg Theora) Safari (All QuickTime formats) Firefox (Ogg Theora)
14
Canvas Dynamically draw graphics and text Graphics-oriented DOM APIs
15
Canvas Implementations
Opera Firefox Safari IE 6+ using ExplorerCanvas script
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.