Hyperlink
Hyperlinks connect webpages or data items to one another. In HTML, <a>
elements define hyperlinks from a spot on a webpage (like a text string or image) to another spot on some other webpage (or even on the same page).
See also
- Hyperlink on Wikipedia
- The Hyperlink guide on MDN
- Links in HTML Documents - W3C
- HTML a - hyperlink - W3C
<a>
on MDN<link>
on MDN