using a tag for url code example
Example 1: a href
<a href="#"><!-- The "#" to be replaced with filename or website address -->Go Somewhere</a>
Example 2: html a tag
<a href="#">
Anything Can Go Here
<!--
Examples are....
You can display using any element like IMG or BUTTON
to make any element a hyperlink
-->
</a>