HTML5 provides all new 40 more HTML tags which include footet,vedio,audio,article etc.In this tutorial is we will discuss the features of HTML5 for beginner and professional and also we will discuss how to use it in practice.
To make the HTML more easier HTML5 is introduce with a new feature and this new feature make your website laout clearer to the designer and user end.There are some new tag which is used in HTML5 like <header>,<footer>,<nav> and ,<article> that deals with the design of the website.
<!DOCTYPE html> <html> <body> <h1>Your First Heading Is Here</h1> <p>Your First Paragraph Is here</p> </body> </html>Result:
Your First Paragraph Is here