A hyperlink is a piece of digital text, image, or button you can click or tap to jump directly to another place on the web or inside a document. It acts like a virtual bridge connecting one location (the source) to another (the destination), such as another webpage, a file download, or a specific section on the same page.

Quick Scoop

Hyperlinks are one of the core building blocks of how the modern web works, because they let you move from page to page without manually typing addresses. They usually appear as underlined or differently colored text, but can also be images, icons, or buttons that react when you hover or click.

How a hyperlink works

  • You click or tap the linked text or image (called the anchor).
  • Behind the scenes, that anchor contains an address (like a URL) pointing to the destination.
  • Your browser then loads that destination, whether it is a new page, a file, or a section within the same document.

In HTML, a basic hyperlink often looks like this:
<a href="https://example.com">Visit Example</a> which would show “Visit Example” as the clickable text.

Why hyperlinks matter today

Hyperlinks turn the internet into an interconnected web of information instead of isolated pages. They help with:

  • Easy navigation between websites and sections of long articles.
  • Referencing sources, extra reading, or downloads with a single click.
  • Building menus, buttons, and interactive stories or games online.

From news sites to social media to forums, almost every “clickable” bit that takes you somewhere else is a hyperlink.

Common types of hyperlinks

  • External links – take you to a different website (for example, from a blog to a news site).
  • Internal links – move you between pages or sections inside the same site, like a table of contents jumping to a heading.
  • Email or file links – open an email app, download a file, or launch another app when clicked.

Good hyperlinks also use clear, descriptive anchor text (not just “click here”) so people and screen readers understand where the link goes.

TL;DR: A hyperlink is a clickable element (text, image, or button) that sends you straight to another page, file, or section, making it easy to hop around the internet and digital documents.

Information gathered from public forums or data available on the internet and portrayed here.