hreftunnus
Hreftunnus is the Finnish term for the href attribute used in Hypertext Markup Language (HTML). It specifies the destination URL of a hyperlink or the resource linked by other HTML elements. The attribute is most commonly associated with the anchor element, <a>, but is also supported by other elements such as <area>, <link>, and <base>.
The value of the hreftunnus is a URL. It can be absolute, such as https://example.org, or relative
In practice, a typical usage looks like: <a href="https://example.org">Example</a>. The href determines where the browser will
Security and best practices: when linking to external sites, consider using rel="noopener" and target="_blank" to mitigate