SlideShare ist ein Scribd-Unternehmen logo
1 von 40
U . S A I A N J A N I
11 P 6 1 A 1 2 4 0
1
CONTENTS
• Introduction
• Why HTML5?
– Doctype declaration
– New elements
– New features in the media
– New application programming interfaces(API’S)
– New features in the graphics
• Disadvantages
• Conclusion
2
INTRODUCTION
• HTML5 WHATWG First Public Draft2008
• HTML5 WHATWG Living Standard 2012
• HTML5 W3C Final Recommendation 2014
3
WHY HTML5?
• Doctype declaration
• New elements
• New features in the media
• New features in the graphics
• New application programming interfaces(API’S)
4
DOCTYPE DECLARATION
5
NEW ELEMENTS
• <header>
• <footer>
• <article>
• <section>
• <aside>
• <nav>
• <main>
6
7
• <summary>
• <details>
• <dialog>
• <figure>
• <figcaption>
• <mark>
• <meter>
• <progress>
• <wbr>
8
METER TAG
Attribute Meaning
Form One or more form
High High value
Low Low value
Min Minimum possible value
Max Maximum possible value
Optimum Optimum value
Value Actual value
9
NEW INPUT TYPES
Color
Date
Datetime
Datetime-local
Month
Email
Number
Range
Search
Tel
Time
URL
Week
NEW INPUT ATTRIBUTES
Autocomplete
Autofocus
Form
Formaction
Formenctype
Formmethod
Formnovalidate
Formtarget
Height and width
Min and max
Multiple
Pattern (regexp)
Placeholder
Required
Step
10
EXISTING NEW
<acronym> <abbr>
<basefont> CSS
<big> CSS
<center> CSS
<dir> <ul>
<font> CSS
<frame>
<frameset>
<noframes>
<strike> <s>,<del>
<tt> CSS
11
12
ADDING NEW ELEMENTS
13
GLOBAL ATTRIBUTES
• Accesskey
• Translate
• Style
• Class
• Dir
• Draggable
• Dropzone
• Hidden
• Id
• Data-*
14
• Tabindex
• Contextmenu
• Contenteditable
• Title
15
NEW FEATURES IN MEDIA
• VIDEO
• AUDIO
• PLUG INS
• YOU TUBE
16
VIDEO
• Supported without any plug-ins.
• Previously Adobe Flash Player.
• Supported formats :WebM,Ogg,MP4
17
ATTRIBUTE MEANING
autoplay Played automatically
autobuffer Buffers automatically
controls Adds play,pause,volume
Height and width Dimensions
loop Automatic replay
preload Loaded at a page
poster URL of the image to show
src Source of the video
18
AUDIO
• Supported formats: MP3,Wav,Ogg .
19
HTML PLUG IN
Computer programs that extend the standard functionality of a web
browser.
<object> and <embed>.
20
YOUTUBE VIDEOS
<iframe>
<object>
<embed>
21
NEW APPLICATION PROGRAMMING
INTERFACES(API’S)
• GeoLocation
• Drag / Drop
• Local Storage
• Web Workers
• SSE
22
GEOLOCATION
METHOD PURPOSE
getCurrentPosition() Gets the position
watchPosition() Constant updates about the
location
clearWatch() Cancels ongoing watchPosition
call
23
PROPERTY DESCRIPTION
coords.latitude The latitude as a decimal number
coords.longitude The longitude as a decimal number
coords.accuracy The accuracy of position
coords.altitude The altitude in meters above the mean sea level
coords.altitudeAccuracy The altitude accuracy of position
coords.heading The heading as degrees clockwise from North
coords.speed The speed in meters per second
timestamp The date/time of the response
24
25
ERROR HANDLING
Property Type Description
code Number Contains a numeric code
for the error.
message String Contains a human-
readable description of
the error.
26
Code Constant Description
0 UNKNOWN_ERROR The method failed to retrieve
the location of the device due
to an unknown error.
1 PERMISSION_DENIED The method failed to retrieve
the location of the device
because the application does
not have permission to use
the Location Service.
2 POSITION_UNAVAILABLE The location of the device
could not be determined.
3 TIMEOUT The method was unable to
retrieve the location
information within the
specified maximum timeout
interval.
27
28
DRAG AND DROP
Events Description
dragstart Fires when the user starts dragging of
the object.
dragenter Fired when the mouse is first moved over
the target element while a drag is
occuring.
dragover This event is fired as the mouse is moved
over an element when a drag is occuring.
dragleave This event is fired when the mouse
leaves an element while a drag is
occuring..
drag Fires every time the mouse is moved
while the object is being dragged.
drop The drop event is fired on the element
where the drop was occured at the end of
the drag operation
dragend Fires when the user releases the mouse
button while dragging an object. 29
DATA TRANSFER OBJECT
30
WEB STORAGE
• LOCAL STORAGE
Stored as strings always.
• SESSION STORAGE
31
WEB WORKERS
32
SSE(Server Sent Events)
• Automatic updates from the server.
Examples: Facebook/Twitter updates, stock price updates, news feeds,
sport results, etc.
Event Meaning
onmessage When a message is received
onerror When an error occurs
onopen When a connection to the server is
opened
33
34
SVG(SCALABLE VECTOR GRAPHICS)
35
NEW FEATURES IN GRAPHICS
• SVG(Scalable Vector Graphics)
• Canvas
36
CANVAS
37
ADVANTAGES AND DISADVANATGES
• Browsers need to support the language.
38
THANK
YOU
39
QUERIES
40

Weitere ähnliche Inhalte

Ähnlich wie Html5

Ähnlich wie Html5 (20)

Philipp Nagele (Wikitude): What's Next with Wikitude
Philipp Nagele (Wikitude): What's Next with WikitudePhilipp Nagele (Wikitude): What's Next with Wikitude
Philipp Nagele (Wikitude): What's Next with Wikitude
 
HTML5 & CSS3 refresher for mobile apps
HTML5 & CSS3 refresher for mobile appsHTML5 & CSS3 refresher for mobile apps
HTML5 & CSS3 refresher for mobile apps
 
Html5 Future of WEB
Html5 Future of WEBHtml5 Future of WEB
Html5 Future of WEB
 
Red Hat JBoss BRMS and BPMS Workbench and Rich Client Technology
Red Hat JBoss BRMS and BPMS Workbench and Rich Client TechnologyRed Hat JBoss BRMS and BPMS Workbench and Rich Client Technology
Red Hat JBoss BRMS and BPMS Workbench and Rich Client Technology
 
VizEx View HTML5 Workshop
VizEx View HTML5 WorkshopVizEx View HTML5 Workshop
VizEx View HTML5 Workshop
 
VizEx View HTML5 Workshop
VizEx View HTML5 WorkshopVizEx View HTML5 Workshop
VizEx View HTML5 Workshop
 
HTML5 for Rich User Experience
HTML5 for Rich User ExperienceHTML5 for Rich User Experience
HTML5 for Rich User Experience
 
OSGeo Live Lightening Overview
OSGeo Live Lightening OverviewOSGeo Live Lightening Overview
OSGeo Live Lightening Overview
 
Building VR Applications For Google Cardboard
Building VR Applications For Google CardboardBuilding VR Applications For Google Cardboard
Building VR Applications For Google Cardboard
 
ReactJS vs AngularJS - Head to Head comparison
ReactJS vs AngularJS - Head to Head comparisonReactJS vs AngularJS - Head to Head comparison
ReactJS vs AngularJS - Head to Head comparison
 
Html5 Whats around the bend
Html5 Whats around the bendHtml5 Whats around the bend
Html5 Whats around the bend
 
Developing AIR for Mobile with Flash Professional CS5.5
Developing AIR for Mobile with Flash Professional CS5.5Developing AIR for Mobile with Flash Professional CS5.5
Developing AIR for Mobile with Flash Professional CS5.5
 
Creating Flash Content for Multiple Screens
Creating Flash Content for Multiple ScreensCreating Flash Content for Multiple Screens
Creating Flash Content for Multiple Screens
 
ReactJS.NET - Fast and Scalable Single Page Applications
ReactJS.NET - Fast and Scalable Single Page ApplicationsReactJS.NET - Fast and Scalable Single Page Applications
ReactJS.NET - Fast and Scalable Single Page Applications
 
Html5 more than just html5 v final
Html5  more than just html5 v finalHtml5  more than just html5 v final
Html5 more than just html5 v final
 
HTML5 on Mobile
HTML5 on MobileHTML5 on Mobile
HTML5 on Mobile
 
APIs for modern web apps
APIs for modern web appsAPIs for modern web apps
APIs for modern web apps
 
Introduction to HTML5 & CSS3
Introduction to HTML5 & CSS3Introduction to HTML5 & CSS3
Introduction to HTML5 & CSS3
 
Flash for Mobile Devices
Flash for Mobile DevicesFlash for Mobile Devices
Flash for Mobile Devices
 
Engineering and Industrial Mobile Application (APP) Development
Engineering and Industrial Mobile Application (APP) DevelopmentEngineering and Industrial Mobile Application (APP) Development
Engineering and Industrial Mobile Application (APP) Development
 

Kürzlich hochgeladen

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Kürzlich hochgeladen (20)

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 

Html5