Can you build the href attribute from scratch?

<html>
 <body>
  <a href="https://getmimo.com">Take me somewhere!</a>
 </body>
</html>
]]>

Simple! We can add any URL we want as a value.

We'll start with href, since it's an attribute. To assign it a value, we'll use the = sign and then add the value inside of quotation marks.