HTML Text Link
HTML text link code.
<a href="../html-link.htm">HTML Link Code</a>
The code will create this link:
The code has the following parts:
- <a> is the link tag.
- href attribute sets the URL to link to.
- </a> is the link end tag.
HTML text link code.
<a href="../html-link.htm">HTML Link Code</a>
The code will create this link:
The code has the following parts: