diff --git a/Web_Development/FrontEnd/HTML_Difference_between_HTML_&_HTML5/README.md b/Web_Development/FrontEnd/HTML_Difference_between_HTML_&_HTML5/README.md new file mode 100644 index 0000000000..2cf02ee63b --- /dev/null +++ b/Web_Development/FrontEnd/HTML_Difference_between_HTML_&_HTML5/README.md @@ -0,0 +1,57 @@ +# Difference between HTML and HTML5 + +- HTML:- +Also known as the Hyper Text Markup Language. It is the skeleton like a human body on which different elements can fitted to make a webpage. Mainly used to design web pages. Hypertext defines the link between the web pages .The language uses tags to define what changes need to be done on the text within the tags eg:- the `

` tag for displaying the content in a paragraph format, the `` tag for displaying it in a bold format. It is used for structuring and presenting the content on the web pages. + + - HTML5 :- It is nothing but the latest or the fifth version of HTML. It has many added features with old features either removed or modified. + +### Difference +Lets compare them on the basis of some points + + +1.Browser Compatibility:- +Html works on old browsers. HTML5 is supported by all new browsers like chrome,safari,Mozilla firefox etc. + + +2.Storage:- +Cookies were used to store temporary data earlier but now sql databases,application cache are now used to store data. + + +3.Multimedia Support:- +In Older versions of html, audio and video were supported only with the use of adobe flash player support while Html5 now supports the use of tags like `