We set the webpage or website we want to link to with an = sign and add its address between double quotes.

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

Make sure to place the quotes around the value.