get it on google playCreated with Sketch.
HTML> Attributes

Attributes

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

Attributes are added after the name of the tag, and before the > closing sign.

 <body>
  <a href="https://getmimo.com">Learn to Code</a>
 </body>
TRY IT ON THE APP