HTML link
This example demonstrates:
Create a link in an HTML document.
Example analysis:
<a href="http://www.php.cn/" >php Chinese website</a>
Clicking this hyperlink will take the user to the homepage of php Chinese website.
Tip: "Link text" does not have to be text. Images or other HTML elements can become links.