html create a header

HTML
<html> 
  <head>
  </head>
  <body>
    <h1>Hello World</h1>
  </body>
</html>

Source

Also in HTML: