What code is needed for email link?

I'm using a script that shows links Home, Register, etc.

What code do I use here for the Contact Us link below? An example, please.
Thanks

<img src=http://www.htmlforums.com/archive/index.php/"img/1.gif" width="25" height="24" alt="" border="0" /><a class="MainMenuLNKExample" href="index.asp"> Home</a><br /><br/>

<img src=http://www.htmlforums.com/archive/index.php/"img/2.gif" width="25" height="24" alt="" border="0" /><a class="MainMenuLNKExample" href="register.asp"> Register</a><br /><br>
<% End If %>

<img src=http://www.htmlforums.com/archive/index.php/"5.gif" width="25" height="24" alt="" border="0" /><a class="MainMenuLNKExample" href="???????.asp"> Contact Us</a><br /><br />It's up to you. But it is better to put a meaning name, example contact_us.asp
 
Back
Top