HTML links are hyperlinks. You can click on a link and jump to another document. Links are defined with the <a> tag using the href attribute.
_self - Default. Opens in same tab_blank - Opens in new tab/window_parent - Opens in parent frame_top - Opens in full windowhref="https://www.example.com"href="page.html"href="mailto:test@test.com"href="tel:+1234567890"href="#section"Edit the code below and click Run to see the result live.