Hyperlink
What is a hyperlink?
A hyperlink, also known as a link, is a reference to a web page or other resource that is embedded in a piece of text or an image. Hyperlinks allow users to navigate between different web pages or resources by clicking on the link.
Many people use hyperlink and anchor text synonymously however there is a distinct difference as they are the two main parts that makeup a link on a webpage.
How are hyperlinks and anchor text different?
Hyperlinks and anchor text are different in that a hyperlink is a reference to a web page or other resource, while anchor text is the visible, clickable text that users can click on to follow the link. In other words, the anchor text is the visible part of the hyperlink, while the hyperlink itself is the underlying reference to the web page or resource.
Here is an example of a hyperlink with anchor text:
<a href="https://www.example.com">Anchor Text</a>
In this example, "Anchor Text" is the text shown in the link and "https://www.example.com" is the hyperlink. When the user clicks on the "Anchor Text", they will be taken to the web page at the URL "https://www.example.com".
Relevant Terms
Anchor Text
Anchor text is the visible, clickable text in a hyperlink. It is the text that is displayed to users and that they can click on to follow the link.
Basic
Accessibility
Accessibility in web design refers to the practice of designing and developing websites that can be used by people of all abilities and disabilities.
Basic
User Interface (UI) Design
User interface design is the process of designing the visual and interactive elements of a product or service, with the goal of making it easy, efficient, and enjoyable to use.
Basic