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.

<a href="https://mimo.org">Learn to Code</a>
TRY IT ON THE APP