The link tag is short and simple: <a>.

Add the link tags, <a> and </a>, around Learn to Code.

<html>
 <body>
  <a>Learn to Code</a>
 </body>
</html>
]]>

If a tag contains a / sign, it's a closing tag and should be at the end.