href is an attribute. Attributes provide additional information about tags and go in the opening tag.

Place the href attribute in the opening tag.

<html>
 <body>
  <a href="https://getmimo.com">Learn to Code</a>
 </body>
</html>
]]>

Make sure to assemble href="https://getmimo.com".