HTML5 Tags

Below is the complete list of html5 tags with detail examples

<!doctype html>
<html lang="en">
  <head>
    <title>Title of the page</title>
  </head>
  <body>
    <h1>Heading of the page</h1>

    <p>Content of the page</p>
  
  </body>
  </html>