Tags begin with a < sign and end with a > sign.

Can you assemble this tag?

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

Sweet! Tags are hard to miss with those angular brackets around them.

Make sure to start with the < sign and finish with >.