The anchor element allows you to link to other pages. The link text itself should describe the page it is linking to (i.e. not “here”).
Example
<a href="other_page.html">another page</a>
The anchor element allows you to link to other pages. The link text itself should describe the page it is linking to (i.e. not “here”).
<a href="other_page.html">another page</a>