Notice the sample link to the White House...
<a href="http://www.whitehouse.gov">The White House! </a>
You may also want to create a mail link. This permits users to
simply click on an item to open the browsers mail application so the
users can send you email.
To display your address for others to email you directly, use the coding the following coding.
<a href="mailto:email_address">Text to be clicked</a>
such as;
<a href="mailto:blocher@asu.edu"> J. Michael Blocher </a>