<!DOCTYPE html>
<html>
  <head>
    <title>My website</title>
  </head>
  <body>
      <h1>This is H1 heading</h1>
      <h2>This is H2 heading</h2>
      <h3>This is H3 heading</h3>
      <h4>This is H4 heading</h4>
      <h5>This is H5 heading</h5>
      <h6>This is H5 heading</h6>
  </body>
</html>

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.