|
HTML4
|
HTML5
|
|
DOCTYPE
is much longer as HTML4 is based on SGML-based.
|
DOCTYPE is required to enable
standards mode for HTML documents.
<!DOCTYPE html> |
|
Audio and Video are not part of
HTML4 specification
|
Audio and Videos are integral part
of HTML5 specifications e.g. <audio> and <video> tags
|
|
It is almost impossible to get
true GeoLocation of user browsing any website especially if it comes to
mobile devices.
|
JS GeoLocation API
in HTML5 helps identify location of user browsing any website (provided user
allows it)
|
|
Browser cache can be used as
temporary storage.
|
Application Cache, Web SQL database
and Web storage is available as client side storage. Accessible using JavaScript
interface in HTML5 compliant browsers.
|
|
Full duplex communication channels
can be established with Server using Web Sockets. Accessible using JavaScript
interface in HTML5 compliant browsers.
|
|
|
Works with all old browsers
|
Most of modern browser have
started supporting HTML5 specification e.g. Firefox, Mozilla, Opera, Chrome,
Safari etc.
|
|
Does not allow JavaScript to run
in browser. JS runs in same thread as browser interface.
|
Allows JavaScript to run in
background. This is possible due to JS Web worker API in HTML5
|
Adsense
Tuesday, 30 July 2013
Difference between HTML4 and HTML5
Labels:
Web
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment