Nice! You're getting good at this.
A closing tag has a / sign and goes after an opening tag. We'll need <html>, <body>, then </body> and finally </html>.
/
<html>
<body>
</body>
</html>