Link To External Pages With Anchor Elements
a
elements need a destination web address called an href
attribute. They also need anchor text. Hereβs an example:
<a href="https://freecodecamp.org">this links to freecodecamp.org</a>
target="_blank"
open the link in a new tab
source