href
HTML href Attribute Reference
The HTML href attribute specifies the destination of a hyperlink or linked resource.
Value
A URL, absolute or relative to the current document.
Applicable elements
Examples
Link to an absolute URL
<a href="https://tool.io/">Tool.io</a>