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>