Add the signs in their right positions.

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

Add < to open the link tag, then use the = sign to give a value to href. After that add quotes around the link address and end with >.