Code the opening tag for a link using <a href="https://nba.com"> so the link takes visitors to the NBA website.

<html>
 <body>
  <a href="https://nba.com">Watch some basketball</a>
 </body>
</html>]]>

Make sure to code <a href="https://nba.com">.