HREF
Short for Hypertext reference, HREF is a pointer to another page. Below is an example of the A HREF HTML tag pointing to the Computer Hope main page.
<A HREF="http://www.computerhope.com">Computer Hope</a>
The above example would create a link similar to the below example.
