Anchor element
Description
The HTML <a> element (or anchor element), with its href attribute, creates a hyperlink to web pages, files, email addresses, locations in the same page, or anything else a URL can address. Content within each <a> should indicate the link's destination. If the href attribute is present, pressing the enter key while focused on the <a> element will activate it.
Relations
Hypertext Markup Language (HTML) is the standard markup language for documents designed to be display...
Edit details Edit relations Attach new author Attach new topic Attach new resource
Resources
treated in A Complete Guide to Links and Buttons
10.0 rating 4.0 level 10.0 clarity 7.0 background – 1 rating
Our complete guide to links, buttons, and button-like inputs in HTML, CSS, and JavaScript.