What does "href" stand for in HTML?

anchor, html, tags, terminology

Solution

HREF stands for "Hypertext Reference".

Source: https://www.w3.org/Provider/ServerWriter.html

Problem

I understand what the "href" attribute in the anchor tag (`<a />`) is for, but what does the "h" stand for?

Original source