View Single Post
Old 08-11-2016, 04:49 AM   #10
vwebdevelopment
Registered User
 
Join Date: Aug 2016
Location: USA
Posts: 41
The main difference are:
1. Audio and video were not part of previous HTML version specifications, however, both are the integral part of HTML5 specifications.
2. Vector graphics is also an integral part of HTML5 such as SVG and canvas while vector graphics is possible in HTML with the help of various technologies such as VML, Silverlight, Flash, etc.
3. In HTML, browser cache can be used as temporary storage. In case of HTML5, application cache, web SQL database, and web storage is used.
4. HTML doesn’t allows JavaScript to run in web browser, it runs in same thread as browser interface. HTML5 allows JavaScript to run in background that is possible because of JS Web worker API in HTML5.
vwebdevelopment is offline   Reply With Quote