HTML is a markup language used to provide structure and style to web pages and web applications. Understanding HTML tags and how to put them together makes designing a website easier.
As the latest version of HTML, HTML5 includes all features of HTML along with new tags like <audio>, <video>, and <canvas>. Graphics, music, and other new features are also supported.
Unlike HTML, which does not support drag and drop effects, HTML 5 is capable of incorporating drag and drop effects.
In HTML, vector graphics are used with the aid of various technologies such as VML, Flash, etc., while in HTML5, vector graphics are utilized with SVG and canvas.