These tag pairs consist of an opening and a closing tag. Opening tags use a < sign, a special word, and a > sign.

 <body>
  Hi, I'm written in HTML.
 </body>
</html>
]]>

Great stuff! All HTML opening tags follow the exact same pattern.

Make sure to start with a < sign, followed by the word html, and then end with the > sign.