The defining feature of the Web is the presence of links. Clicking on links leads to other web pages. The a element is used to create links.
The a element is similar to the h1 or p elements, but it has two key differences:
First, it has an href attribute which equals the website you want to link to.
Second, you get to choose the link text that users see on the page.