SlideShare a Scribd company logo
Introduction to HTML5 & CSS3
HTML5 & CSS3Pradeep B VY! Media@pradeepbvhttp://www.slideshare.net/pradeepbv
Web standards todayHTMLHTML 4.01 SpecificationW3C Recommendation 24 December 1999JSECMA-262 3rd editionNovember 2000CSSCSS Level 2 SpecificationW3C Recommendation May 1998
Ailing , over burdened & cracking at the edges http://www.flickr.com/photos/vivekjena/2904759616/
Who can help us? http://www.flickr.com/photos/ananthask/3092896908
Introduction to HTML5 & CSS3
Html5 = ???Html5 markup  +  jsapi’S     +    css3 http://www.flickr.com/photos/gladius/with/2304942509/
It already running out therehttp://www.flickr.com/photos/philmcelhinney/1000986005/
http://html5readiness.com/
Introduction to HTML5 & CSS3
HTML 5 SEMATICS<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">http://www.flickr.com/photos/hamed/512309138/<!doctype html>http://www.flickr.com/photos/yourdon/3475417696/http://www.flickr.com/photos/johanl/4816110696/in/photostream/
HTML 5 SEMATICS<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">http://www.flickr.com/photos/hamed/512309138/<meta charset=“utf-8">http://www.flickr.com/photos/yourdon/3475417696/http://www.flickr.com/photos/johanl/4816110696/in/photostream/
HTML 5 SEMATICS<link rel="stylesheet" type="text/css" href=“style.css"></link>http://www.flickr.com/photos/hamed/512309138/<link rel="stylesheet” href=“style.css"></link><script></script>http://www.flickr.com/photos/yourdon/3475417696/http://www.flickr.com/photos/johanl/4816110696/in/photostream/
better SEMATICS<header><nav><aside><article><article><article><footer>http://www.flickr.com/photos/zooboing/4183276288/
Some new elements<figure>  & <figcaption><mark><meter><progress><details> & <summary><time><datalist> & listSome new Attributescontenteditablecontextmenudragableroleon??? (e.g. onclick)http://www.flickr.com/photos/hygienematters/5424756879
Custom Attributes<div id=“ticker” data-symbol=“YHOO”>el.getAttribute(attrName)http://www.flickr.com/photos/tamakisono/531582453
New form typesmore at: http://diveintohtml5.org/forms.htmlhttp://www.flickr.com/photos/wwworks/2475349116
MicrodataSemantic web pagesAnnotate the DOM with scoped key/value pair from custom vocabularieshttp://www.flickr.com/photos/osde-info/3189305118/
Introduction to HTML5 & CSS3
Networks break http://www.flickr.com/photos/rothwerx/2641452698
Devices go on airplane modehttp://www.flickr.com/photos/pmiaki/3635074858
<html manifest="/cache.manifest">CACHE MANIFESTindex.htmlstyle.cssScript.jsNetwork: api.webservice.example.comhttp://www.whatwg.org/specs/web-apps/current-work/multipage/offline.htmlhttp://www.flickr.com/photos/teegardin/5894050552
STORAGEhttp://www.flickr.com/photos/teegardin/5894050552
Storage APIsessionStorage: tied to the life of the session (browser window close)localStorage: is stored indefinitelyMore: http://html5demos.com/storage/http://www.flickr.com/photos/bfionline/2378518052
Introduction to HTML5 & CSS3
Hisroty APIwindow . history . pushState(data, title [, url ] )window.addEventListener("popstate", function(event) {set(event.state);}http://diveintohtml5.org/history.htmlhttp://www.flickr.com/photos/archetypefotografie/3821120232
Drag and drophttp://www.flickr.com/photos/northampton_museum/3968334205
File APIFile APIUse JS to Read file
Monitor read progress
Slice filehttp://html5demos.com/file-apihttp://www.flickr.com/photos/free-stock/4817557432/
Geo locationif (navigator.geolocation)navigator.geolocation.getCurrentPosition(success, failure,          {maximumAge: 4800});		coords.latitudecoords.longitudecoords.altitudecoords.accuracycoords.altitudeAccuracycoords.headingcoords.speedtimestamphttp://www.flickr.com/photos/geocacherdk/3359109398
File APIDevice Orientationwindow.addEventListener("deviceorientation", function(event) {          // process event.alpha, event.beta and event.gamma      }, true);http://pradeepbv.github.com/openhackday2011/device_orientation_demo.htmlhttp://dev.w3.org/geo/api/spec-source-orientation.htmlhttp://www.flickr.com/photos/lofink/415275746
Other things on the launch pad…audio/video input, access microphones and cameras,local data such as contacts & eventshttp://www.flickr.com/photos/gladius/162647178
Introduction to HTML5 & CSS3
Ajax 2.0!http://www.flickr.com/photos/daveynin/1672745911
Cross-Origin Resource SharingXHR request across domainsif the server you are connecting to allows it<?phpheader('Access-Control-Allow-Origin: *');?>myproxy.php<?php    $url = $_SERVER['QUERY_STRING'];    $ch = curl_init($url);curl_exec($ch);?>http://www.flickr.com/photos/garryknight/3861083969/
Websocketsfull-duplex Reduced latency Gaminghttp://www.flickr.com/photos/triller/2226679393/
Introduction to HTML5 & CSS3
http://govindtiwari.blogspot.com/
<video> - audio, autoplay, control, height, loop, poster, preload, src, width<video width="320" height="240" controls="controls">  <source src="movie.ogg" type="video/ogg" />  <source src="movie.mp4" type="video/mp4" />  <source src="movie.webm" type="video/webm" /></video>http://www.flickr.com/photos/lge/3810270838/, http://googlesystem.blogspot.com/2010/08/watch-video-in-youtubes-html5-player.html
Video
Audioautoplay, controls, loop, preload, src<audio controls="controls">      <source src=”mysong.ogg" type="audio/ogg" />      <source src=”mysong.mp3" type="audio/mpeg" /></audio>http://www.flickr.com/photos/17258892@N05/2587506121/
Introduction to HTML5 & CSS3
WEBGLhttp://chrome.angrybirds.com/
http://www.flickr.com/photos/lisa-parker/5438529653canvashttp://www.canvasdemos.com/
Introduction to HTML5 & CSS3
Web workershttp://www.flickr.com/photos/striatic/1276095
Web workersCarry outexpensive computationsnetwork callswithout interrupting the UIhttp://pradeepbv.github.com/openhackday2011/web_workers_demo.htmlhttp://www.flickr.com/photos/gladius/1240719073
Messaging.postMessage(str).onMessage(event)event.data ==strdocument.getElementById(“iframeid”).contentWindow.postMessage(“my message”)http://www.flickr.com/photos/sparker/2949114977
Introduction to HTML5 & CSS3
Style up using CSS3http://www.flickr.com/photos/pdenker/5386861946/
Follow fashion trends GradientRounded CornersShadowhttp://www.flickr.com/photos/pumpkincat210/3339791794
Lets see styleshttp://css3please.comhttp://www.flickr.com/photos/balamurugan/655338758/
CSS selectorshttp://tools.css3.info/selectors-test/test.htmlhttp://in.movies.yahoo.com
Web Fontshttp://pradeepbv.github.com/openhackday2011/web_font_demo.html
Draft Documentshttp://dev.w3.org/html5/http://whatwg.org/htmlhttp://www.flickr.com/photos/42931449@N07/5263540555
Copy, paste, tweak, profit!http://html5demos.com/http://www.flickr.com/photos/avatar-1/5499235063

More Related Content

What's hot (20)

PPTX
Structured Data in WordPress
randyhoyt
 
PDF
An Introduction To HTML5
Robert Nyman
 
PDF
HTML5 Introduction
dynamis
 
PDF
Web Standards
Helior Colorado
 
PDF
What does the browser pre-loader do?
Andy Davies
 
KEY
HTML5 Video Player - HTML5 Dev Conf 2012
steveheffernan
 
PDF
Building mobile applications with DrupalGap
Alex S
 
PDF
Introduction to jQuery Mobile - Web Deliver for All
Marc Grabanski
 
PPTX
What is HTML 5?
Susan Winters
 
PDF
HTML5 & Friends
Remy Sharp
 
PDF
Findability Bliss Through Web Standards
Aarron Walter
 
PDF
The web is too slow
Andy Davies
 
PDF
Yahoo for the Masses
Christian Heilmann
 
PDF
Introduction to html 5
Nir Elbaz
 
PDF
HTML5 Essentials
Marc Grabanski
 
KEY
Intro to html5 Boilerplate
Michael Enslow
 
PPT
Even faster web sites presentation 3
Felipe Lavín
 
PDF
BDD - Writing better scenario
Arnauld Loyer
 
PDF
Progressive Enhancement 2.0 (Conference Agnostic)
Nicholas Zakas
 
PDF
Are Today’s Good Practices… Tomorrow’s Performance Anti-Patterns?
Andy Davies
 
Structured Data in WordPress
randyhoyt
 
An Introduction To HTML5
Robert Nyman
 
HTML5 Introduction
dynamis
 
Web Standards
Helior Colorado
 
What does the browser pre-loader do?
Andy Davies
 
HTML5 Video Player - HTML5 Dev Conf 2012
steveheffernan
 
Building mobile applications with DrupalGap
Alex S
 
Introduction to jQuery Mobile - Web Deliver for All
Marc Grabanski
 
What is HTML 5?
Susan Winters
 
HTML5 & Friends
Remy Sharp
 
Findability Bliss Through Web Standards
Aarron Walter
 
The web is too slow
Andy Davies
 
Yahoo for the Masses
Christian Heilmann
 
Introduction to html 5
Nir Elbaz
 
HTML5 Essentials
Marc Grabanski
 
Intro to html5 Boilerplate
Michael Enslow
 
Even faster web sites presentation 3
Felipe Lavín
 
BDD - Writing better scenario
Arnauld Loyer
 
Progressive Enhancement 2.0 (Conference Agnostic)
Nicholas Zakas
 
Are Today’s Good Practices… Tomorrow’s Performance Anti-Patterns?
Andy Davies
 

Viewers also liked (11)

PDF
Building an HTML5 Video Player
Jim Jeffers
 
PPTX
Html5 tutorial for beginners
Singsys Pte Ltd
 
PDF
Making the HTML5 Video element interactive
Charles Hudson
 
PDF
HTML5: features with examples
Alfredo Torre
 
KEY
Video.js - How to build and HTML5 Video Player
steveheffernan
 
PPTX
Use case document for boot fitting form
Kalai Vani
 
PPT
Building an HTML5 Video Player
Brightcove
 
PPTX
html5.ppt
Niharika Gupta
 
PPT
How to Embed a PowerPoint Presentation Using SlideShare
Joie Ocon
 
PDF
reveal.js 3.0.0
Hakim El Hattab
 
PDF
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
Edureka!
 
Building an HTML5 Video Player
Jim Jeffers
 
Html5 tutorial for beginners
Singsys Pte Ltd
 
Making the HTML5 Video element interactive
Charles Hudson
 
HTML5: features with examples
Alfredo Torre
 
Video.js - How to build and HTML5 Video Player
steveheffernan
 
Use case document for boot fitting form
Kalai Vani
 
Building an HTML5 Video Player
Brightcove
 
html5.ppt
Niharika Gupta
 
How to Embed a PowerPoint Presentation Using SlideShare
Joie Ocon
 
reveal.js 3.0.0
Hakim El Hattab
 
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
Edureka!
 
Ad

Similar to Introduction to HTML5 & CSS3 (20)

PPTX
Accelerated Adoption: HTML5 and CSS3 for ASP.NET Developers
Todd Anglin
 
PPT
Thadomal IEEE-HTML5-Workshop
Romin Irani
 
PDF
HTML5: An Introduction To Next Generation Web Development
Tilak Joshi
 
PPTX
HTML5 - Future of Web
Mirza Asif
 
PPT
HTML5 Overview
reybango
 
PPTX
HTML5: An Overview
Nagendra Um
 
PPTX
HTML5 Introduction
beforeach
 
PPT
Html5(2)
Carol Maughan
 
PPT
Html5(2)
CMaughan
 
PPTX
HTML5: New Possibilities for Publishing
iFactory
 
PPTX
HTML5 and CSS3 Techniques You Can Use Today
Todd Anglin
 
PDF
Developing for Mobile
Remy Sharp
 
PPT
Is it time to start using HTML 5
Ravi Raj
 
PDF
Basics of css and xhtml
sagaroceanic11
 
PDF
A brief introduction on HTML5 and responsive layouts
Tim Wray
 
PPTX
HTML 5 - A developers perspective
Santhosh Kumar Srinivasan
 
KEY
html5 an introduction
vrt-medialab
 
PPT
HTML5: An Introduction To Next Generation Web Development
Tilak Joshi
 
PPTX
Los Angeles HTML5 User Group Meeting Ask the Expert Session
Peter Lubbers
 
PPTX
Going Mobile with HTML5
John Reiser
 
Accelerated Adoption: HTML5 and CSS3 for ASP.NET Developers
Todd Anglin
 
Thadomal IEEE-HTML5-Workshop
Romin Irani
 
HTML5: An Introduction To Next Generation Web Development
Tilak Joshi
 
HTML5 - Future of Web
Mirza Asif
 
HTML5 Overview
reybango
 
HTML5: An Overview
Nagendra Um
 
HTML5 Introduction
beforeach
 
Html5(2)
Carol Maughan
 
Html5(2)
CMaughan
 
HTML5: New Possibilities for Publishing
iFactory
 
HTML5 and CSS3 Techniques You Can Use Today
Todd Anglin
 
Developing for Mobile
Remy Sharp
 
Is it time to start using HTML 5
Ravi Raj
 
Basics of css and xhtml
sagaroceanic11
 
A brief introduction on HTML5 and responsive layouts
Tim Wray
 
HTML 5 - A developers perspective
Santhosh Kumar Srinivasan
 
html5 an introduction
vrt-medialab
 
HTML5: An Introduction To Next Generation Web Development
Tilak Joshi
 
Los Angeles HTML5 User Group Meeting Ask the Expert Session
Peter Lubbers
 
Going Mobile with HTML5
John Reiser
 
Ad

More from Pradeep Varadaraja Banavara (9)

PDF
Product for startups
Pradeep Varadaraja Banavara
 
PPTX
What the hack - Yahoo! Hack India Hyderabad 2013
Pradeep Varadaraja Banavara
 
PPTX
Making sense out of things on the web
Pradeep Varadaraja Banavara
 
PPTX
Locate your hacks
Pradeep Varadaraja Banavara
 
PPTX
Hacking location aware hacks HackU IIT Bombay
Pradeep Varadaraja Banavara
 
PPTX
Hacking location aware apps
Pradeep Varadaraja Banavara
 
PPTX
YQL - HackU IIT Madras 2012
Pradeep Varadaraja Banavara
 
PPTX
Hacking up location aware apps
Pradeep Varadaraja Banavara
 
PPTX
BOSS HackU IITD
Pradeep Varadaraja Banavara
 
Product for startups
Pradeep Varadaraja Banavara
 
What the hack - Yahoo! Hack India Hyderabad 2013
Pradeep Varadaraja Banavara
 
Making sense out of things on the web
Pradeep Varadaraja Banavara
 
Locate your hacks
Pradeep Varadaraja Banavara
 
Hacking location aware hacks HackU IIT Bombay
Pradeep Varadaraja Banavara
 
Hacking location aware apps
Pradeep Varadaraja Banavara
 
YQL - HackU IIT Madras 2012
Pradeep Varadaraja Banavara
 
Hacking up location aware apps
Pradeep Varadaraja Banavara
 

Recently uploaded (20)

PDF
Fl Studio 24.2.2 Build 4597 Crack for Windows Free Download 2025
faizk77g
 
PDF
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
PDF
What Makes Contify’s News API Stand Out: Key Features at a Glance
Contify
 
PDF
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
PDF
Transcript: New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PDF
CIFDAQ Weekly Market Wrap for 11th July 2025
CIFDAQ
 
PDF
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
PDF
Blockchain Transactions Explained For Everyone
CIFDAQ
 
PDF
Chris Elwell Woburn, MA - Passionate About IT Innovation
Chris Elwell Woburn, MA
 
PDF
DevBcn - Building 10x Organizations Using Modern Productivity Metrics
Justin Reock
 
PDF
From Code to Challenge: Crafting Skill-Based Games That Engage and Reward
aiyshauae
 
PDF
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
PDF
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
PPTX
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
PDF
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
PDF
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
PDF
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
PDF
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
PPTX
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
PDF
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
Fl Studio 24.2.2 Build 4597 Crack for Windows Free Download 2025
faizk77g
 
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
What Makes Contify’s News API Stand Out: Key Features at a Glance
Contify
 
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
Transcript: New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
CIFDAQ Weekly Market Wrap for 11th July 2025
CIFDAQ
 
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
Blockchain Transactions Explained For Everyone
CIFDAQ
 
Chris Elwell Woburn, MA - Passionate About IT Innovation
Chris Elwell Woburn, MA
 
DevBcn - Building 10x Organizations Using Modern Productivity Metrics
Justin Reock
 
From Code to Challenge: Crafting Skill-Based Games That Engage and Reward
aiyshauae
 
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 

Introduction to HTML5 & CSS3