View Single Post
Old 06-28-2017, 05:32 AM   #12
jessicajesi
Registered User
 
Join Date: Feb 2017
Posts: 387
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.
jessicajesi is offline   Reply With Quote