A hyperlink a user can click is built from the anchor element. Its form is $\texttt{<a href="...">label</a>}$, and the browser turns the label into a clickable link.
The $\texttt{<link>}$ element is different: it sits in the document head and attaches resources such as CSS, so it is not a visible clickable link. The tags $\texttt{<hyperlink>}$ and $\texttt{<hlink>}$ do not exist in HTML.
Hence the anchor tag is the answer.
\[\boxed{\texttt{<a>}}\]