href is an attribute. All attributes have two things in common: they provide extra information and they go inside the opening tag.

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

Make sure to type href.