HTML5 is the latest version of HTML that introduced new elements such as <video>, <audio>, <canvas> and new form input types. It allows embedding multimedia directly in web pages through elements like <video> and <audio> and drawing graphics on the fly using <canvas>. New input types like email, number, range etc provide better user experience for entering different data types.
Related topics: