SlideShare a Scribd company logo
HTML 5 - A step towards semantic webSachinKhoslaFounder, digimantra
What’s coming ?HTML – Show me what is it ?Latest in the WEBWeb WorkersWEB storage APICSS3Semantic WEBDEMOS
HTML5What ? When ? How ?W3C & WHATWGWeb Hypertext Application Technology Working Group Logo
HTML5 structured page<header><h1>Hello</h1></header>  	<nav><p>Menu</p></nav>  <section>  	  <p>Section</p>  	  <article><p>article 1</p></article>   	  <article><p>article 2</p></article>  </section>  <footer><p>The footer</p></footer>
Image credits – Sitepoint.com
What else ?FormsRequired fieldAutofocusDateSliderAudio & VideoCanvas (dynamic scriptable rendering of 2D bitmap images)Auto-complete using datalist
RIAAdobe FlashMicrosoft SilverlightApache Pivot  		Sun JavaFX
Get involved ?http://www.whatwg.org/news/startMailing listTwitter accountIRC
Web Workers – what is it ?
Spawning a workervarmyWorker = new Worker('my_worker.js');myWorker.onmessage = function(event) {	//event has the data or the return values	alert("Called back by the worker!\n");};
Web StorageWhy do we require this ?How do we do it ?CookieHidden form valuesQuery stringhttp://dev.w3.org/html5/webstorage/
Why not cookie ? Low size
 Bad taste (multiple tabs)
 Cross site scriptingWhat’s better then ?You know what’s better for you
The cakeIt isn't a cake – its Web StorageSession StorageLocal Storage
RecipeSession Storage RecipesessionStorage.setItem(key,value);Local Storage RecipelocalStorage.setItem(key,value);
What good is CSS3 Transparencyrgba(255, 0, 0, 0.2);Web Fonts@font-face {   src: url("gargi.ttf"); font-family: "gargi"; }Text shadow text-shadow: 2px 2px2px #000;
Semantic webHOW ?

More Related Content

KEY
HTML5 - techMaine Presentation 5/18/09
PPT
Successful Teams follow Standards
PPTX
Intro 1 sept_14_2010
PPTX
Developer Grade SEO - part II
PPTX
Web design 2 - Basic HTML 2010
PPTX
Basic HTML
PPTX
Getting Started with ASP.NET MVC
PPTX
How to get data with Google Tag Manager when developer is not available
HTML5 - techMaine Presentation 5/18/09
Successful Teams follow Standards
Intro 1 sept_14_2010
Developer Grade SEO - part II
Web design 2 - Basic HTML 2010
Basic HTML
Getting Started with ASP.NET MVC
How to get data with Google Tag Manager when developer is not available

What's hot (8)

PPTX
Extreme optimization good
PPTX
Future Of The Web, Now
PDF
W3 schools javascript quiz test
PDF
SuperWeek 2016 - Garbage In Garbage Out: Data Quality in a TMS World
PDF
[DataSciCon] Divide, distribute and conquer stream v. batch
PDF
Fast Is The Only Speed
Extreme optimization good
Future Of The Web, Now
W3 schools javascript quiz test
SuperWeek 2016 - Garbage In Garbage Out: Data Quality in a TMS World
[DataSciCon] Divide, distribute and conquer stream v. batch
Fast Is The Only Speed
Ad

Similar to Html 5 a step towards semantic web (20)

PPTX
HTML5: The Next Internet Goldrush
ODP
HTML5: 5 Quick Wins
PPTX
HTML and CSS workshop
PPT
PPTX
HTML5
PPTX
HTML5 - What h#@$ is it?
PPT
Html5 Overview
PPTX
HTML5 - One spec to rule them all
PPTX
Los Angeles HTML5 User Group Meeting Ask the Expert Session
PPTX
New HTML5/CSS3 techniques
PPT
Developing Gadgets
PPTX
PPTX
How to Create and Submit an XML SItemap
PPT
HTML Fundamentals
PPT
Html5: What is it?
PPT
Understanding html
PPT
PPT
HTML5 with examples
PPT
Html5 accessibility
PPTX
HTML5: New Possibilities for Publishing
HTML5: The Next Internet Goldrush
HTML5: 5 Quick Wins
HTML and CSS workshop
HTML5
HTML5 - What h#@$ is it?
Html5 Overview
HTML5 - One spec to rule them all
Los Angeles HTML5 User Group Meeting Ask the Expert Session
New HTML5/CSS3 techniques
Developing Gadgets
How to Create and Submit an XML SItemap
HTML Fundamentals
Html5: What is it?
Understanding html
HTML5 with examples
Html5 accessibility
HTML5: New Possibilities for Publishing
Ad

Recently uploaded (20)

PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Electronic commerce courselecture one. Pdf
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PDF
Encapsulation theory and applications.pdf
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
cuic standard and advanced reporting.pdf
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Approach and Philosophy of On baking technology
PDF
Encapsulation_ Review paper, used for researhc scholars
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
Dropbox Q2 2025 Financial Results & Investor Presentation
MYSQL Presentation for SQL database connectivity
Electronic commerce courselecture one. Pdf
20250228 LYD VKU AI Blended-Learning.pptx
Chapter 3 Spatial Domain Image Processing.pdf
Assigned Numbers - 2025 - Bluetooth® Document
Encapsulation theory and applications.pdf
NewMind AI Weekly Chronicles - August'25-Week II
Spectral efficient network and resource selection model in 5G networks
Digital-Transformation-Roadmap-for-Companies.pptx
cuic standard and advanced reporting.pdf
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Per capita expenditure prediction using model stacking based on satellite ima...
MIND Revenue Release Quarter 2 2025 Press Release
Programs and apps: productivity, graphics, security and other tools
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Approach and Philosophy of On baking technology
Encapsulation_ Review paper, used for researhc scholars
“AI and Expert System Decision Support & Business Intelligence Systems”

Html 5 a step towards semantic web