HTML Text Link

HTML text link code.


<a href="../html-link.htm">HTML Link Code</a>

The code will create this link:

HTML Link Code


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 LINKS
站点内容