Tags often come in pairs. If you see <html>, for example, chances are that there's a similar tag close by.

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

Fantastic! The <html> tag has a sibling: </html>.

Try to use the tag that's most similar to <html>.