HTML vs HTML5
Difference between HTML and HTML5
HTML stands for HyperText Markup Language. It is the basic and most used technology for creating a webpage or website which can be run in almost every browser. This blog contains all the topics of the HTML which would we require by you to create a website. This blog contains guidance and examples about the HTML tags and provides you step by step guidance to create a webpage.
HTML stands for HyperText Markup Language. It is the basic and most used technology for creating a webpage or website which can be run in almost every browser. This blog contains all the topics of the HTML which would we require by you to create a website. This blog contains guidance and examples about the HTML tags and provides you step by step guidance to create a webpage.
HTML5 is the latest and most enhanced version of HTML. In HTML5, many tags and attributes got removed and many new and advanced tags and attributes have been introduced.
Main Difference in HTML and HTML5
- HTML5 supports audio and video with the use of <audio>, <video> tag.
- HTML5 allows to run JS in background.
- Vector graphics are an internal part of HTML5
- HTML5 allows us to draw shapes like circle, triangle, square, etc.
- Tracking of GeoLocation of user.
Comments
Post a Comment