link href. email code example
Example 1: html email links
<a href="mailto:[email protected]"> Email_id </a>
Example 2: javascript email link
<body onload="javascript: window.location.href='mailto:[email protected]';">
<a href="mailto:[email protected]"> Email_id </a>
<body onload="javascript: window.location.href='mailto:[email protected]';">