i2tutorials

HTML5 tutorial

HTML5 tutorial

 

HTML5 tutorial defines details of all 40+ HTML tags including audio, video, header, footer, data, data list, article, section, article, etc.

HTML5 is a next and new version of HTML. Here, you will get some brand new features that will make HTML5 much easier.

 

Use HTML5:

 

 

Example:

 

<!DOCTYPE>
<html>
<head>
<title>Web page title</title>
</head>
<body>
<h1>Write Your First Heading</h1>
<p>Write Your First Paragraph.</p>
</body>
</html>

 

 OUTPUT:

 

HTML5 tutorial

 

Exit mobile version