Links (<a>
tags) connect your pages together. You can link to external sites, other pages in your site, or even specific sections on the same page (called "anchor links").
target="_blank"
to open links in a new tab.
id=""
attributes to jump to sections of a page using anchor links.
<a href="url">Link Text</a>
— Basic hyperlink.target="_blank"
— Opens link in a new tab.href="#idname"
— Jumps to a section on the same page.<nav>
— Semantic element to wrap navigation menus.