FAQ: What types of files can be linked in an anchor tag?

In HTML, the anchor tag allows you to link to other pages. You can link HTML files to other files stored in your project folder or you can link to external websites. External website URLs cannot end with "html." Website URLs must also begin with "https."

Below is an example of an anchor tag:
<a href="https://www.website.com">Click Here!</a>