1.

What is the difference between HTML4 and HTML5?

Answer»
S.noHTMLHTML5
1.The primary language for making WEB pages.The fifth and latest version of HTML
3.We can not track locationEasily tracking location with geolocation in HTML
4.Browser cache used for temporary STORAGEApplication cache, web SQL DB, AD web storage used as temporary storage.
5.<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><!DOCTYPE html>
Related Article: Difference between HTML and HTML5


Discussion

No Comment Found