Can you add these opening and closing tags in the right order?

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

Nice! You're getting good at this.

A closing tag has a / sign and goes after an opening tag. So we'll need <html>, <body>, then </body> and finally </html>.