Pick the opening tag that makes the link clickable.

<html>
 <body>
  <a href="https://cars.com">Buy a car</a>
 </body>
</html>]]>

Since <a href="https://cars.com"> has the href attribute, it's clickable.