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

 <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>.