View Single Post
Old 06-22-2017, 11:48 PM   #2
webtigers
Registered User
 
Join Date: May 2017
Posts: 25
HTML is a markup language that is used to build static (non interactive and nonanimated) webpages.
- In HTML, audio and video requires external software support.
- In HTML, finding correct GeoLocation is impossible.

HTML5 is the latest revision of HTML containing much better support for media like video and audio tags. It also defines detailed parsing rules (including "error handling") for this syntax which are largely compatible with popular implementations.
- In HTML5, audio and video has internal specifications and has separate tags ie <audio> and <video>.
- In HTML5, JS GeoLocation API helps in identifying the location.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
webtigers is offline   Reply With Quote