Mail Link Code

I want to create links that can be used for mailing?
How to create a mailto link?

Explanation

HTML MAIL:

Its simple.
In the href attribute we have to use the text "mailto".
Format will be as "mailto:" then mailid.
Example :
<a href="mailto:test@hioxindia.com"> Click to mail </a>
Result :
Link that goes no where:

You can create a link that will not go to any page when you click on it
Example :
<a href="#nogo"> Go No where </a>
Result :

Ask Questions

Ask Question