Closing tags have an extra character before the special word: a / sign.

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

See that? The / sign closes the tags.