<a></a>

To Create a link you use <a>...</a>tags
It has extra information inside<a>href</a> called attributes.
<a href="/../html/default.aspx"><font color="maroon"></font>
<img src="/../Images/arrow-back_32.png" /></a>

You have links that links within your web page documents.
<a href="/../html/default.aspx">Home</a>

You have links that links to other web pages on the internet.
<a href="http://www.grants-web.com/">Link to Grants-web</a>
</p>


Link Code Example
Within your Web Pages
<a href="/../html/default.aspx">Home</a>

External Link
<a href="http://www.grants-web.com/">home</a>