For example:
On the visible web page the browser will show :
"For more information, send email to yourname@domain.com."
In the source code for the web page, the above will look like this:
"For more information, send email to <A HREF="mailto:
yourname@domain.com">
yourname@domain.com
</A>"
Right-click this, select all, and copy to your html page.