Web System & Development Assignment #3
Web System & Development Assignment #3
HTML HTML5
It contains elaborate types of It contains easier types of character
character encoding. encoding
HTML uses browser cache memory as HTML5 offers multiple storage
temporary storage. options, such as an SQL database,
application cache, and web storage.
It does not support audio and video It supports audio and video controls
without the use of a flash player. with the use of <audio> and <video>
tags.
Programmers are unable to use HTML5 has a JavaScript geolocation
features that determine a user’s API, which can be used to identify
geolocation.. any user's location when accessing
the website.
<Html>, <Head>, and <Body> tags < Html >, <body>, and Head> tags
are mandatory while coding. can be omitted while coding.
Drag and drop features are not Drag and drop features are provided.
provided.
It cannot handle inaccurate syntax. It is capable of handling inaccurate
syntax.
In HTML, vector graphics are In HTML5, vector graphics are supported by
supported with the help of various default.
tools, such as Adobe Flash, VML, etc.
Attributes such as async, charset, and Attributes such as async, charset, and
ping are not the part of HTML. ping are an essential part of HTML5.
The doctype declaration is long and The doctype declaration is
complicated in HTML. comparatively quite simple and easy
to understand in HTML5.
Newer attributes like tabindex, id, HTML5 contains tabindex, id, and
and repeat are unavailable in HTML. repeat attributes.
oncanplay Triggers when media can start play, but might has to stop for
buffering
onloadedmetadata Triggers when the duration and other media data of a media
element is loaded
onloadstart Triggers when the browser starts to load the media data
onratechange Triggers when the media data's playing rate has changed
onsuspend Triggers when the browser has been fetching media data, but
stopped before the entire media file was fetched
onvolumechange Triggers when media changes the volume, also when volume
is set to "mute"