/    /  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:

 

  • It allows you to play a video and audio file.
  • It allows you to draw on a canvas.
  • It provides you to design better forms and build web applications that work offline.
  • Javascript was also supported.
  • The most important reason for HTML 5 is, we believe it is not going anywhere

 

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