Headings tell visitors about a webpage. We define headings with <h1>; a heading tag.

 <body>
  <h1>My favorite things</h1>
  Raindrops on roses
  Whiskers on kittens
 Bright copper kettles
 </body>
</html>]]>

Don't forget to start with the opening tag, <h1> and end with the closing tag, </h1>.