Can you use 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. After the opening tags, be sure to add </body> and only at the end add </html>.