a
If the a element has an href attribute, then it represents a hyperlink (a hypertext anchor) labeled by its contents. 4.5.1. The a element
Links about a
A Complete Guide to Links and Buttons | CSS-Tricks
Our complete guide to links, buttons, and button-like inputs in HTML, CSS, and JavaScript.
The Links vs. Buttons Showdown — Marcy Sutton: #ID24 Nov 2017
Who would win in a showdown between HTML Links and Buttons? Marcy Sutton will settle it once and for all by pitting these opponents against each other in a d...
Tags:Link Targets and 3.2.5
TL;DR: Regardless of what accessibility conformance level you target, do not arbitrarily open links in a new window or tab. If you are required to do so anyway, inform users in text. Overview Throughout this post I am going to use the terms browser window and tab interchangeably. While they…
Tags:Block Links, Cards, Clickable Regions, Etc.
Whether you call them cards, block links, or some other thing, the construct of making an area of content clickable (tappable, Enter-key-able, voice-activatable, etc.) is not new. While hit area size is mostly a usability issue, marketers often want a larger click area around their calls to action (…
Tags:HTMHell - #16 alt, no wait…, aria-label, no wait…, alt
A collection of bad practices in HTML, copied from real websites.
HTMHell - #6 link with void operator as href value
A collection of bad practices in HTML, copied from real websites.
<a>: The Anchor element
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.
This might be interesting as well
About rel=noopener

HTMHell - #1 button disguised as a link
A collection of bad practices in HTML, copied from real websites.

Code sample
<a href="/">Home</a>
Explore other pages
- lch()
LCH has the same L axis as Lab, but uses polar coordinates C (chroma) and H (hue).
- grid-template-areas
Specifies named grid areas.
- await
Used to wait for a Promise.
- figure
Represents content, optionally with a caption, that is self-contained.