Add the attribute and its value so that clicking the link directs users to the Facebook website.

<html>
 <body>
  <a href="https://facebook.com">Like us on Facebook</a>
 </body>
</html>]]>

Place the attribute inside the opening tag: href="https://facebook.com".