It is very simple to create an html email link on web page.You should know when you put the email on your web page it is very easy for the computer runner or expert to harvest these types of email for spamming ,so you must sure you have anti-spam software.
I recommend HTML Form Email that reduce the Spam.
HTML Email Tag
Actually there is not a separate HTML tag for creating html email link instead you use anchor tag<a> and put the href property.Now see
Example:
Your Result:
Additional Email Code
By adding some thing extra on your email address in href like body and subject properties of the email automatically populated for your visitors.
Your Result:
I recommend HTML Form Email that reduce the Spam.
HTML Email Tag
Actually there is not a separate HTML tag for creating html email link instead you use anchor tag<a> and put the href property.Now see
Example:
<a href= "mailto:abc@mail.com" >Email Link</a>
Your Result:
Additional Email Code
By adding some thing extra on your email address in href like body and subject properties of the email automatically populated for your visitors.
- Body- Populates the body of the email and information that you provide.
- Subject- Populates the subject of the email and the information that you provide.
Example:
<a href= "mailto: a@z.com?subject=Web Page Email&body=This email is from your website" > 2nd Email Link Example</a>
Your Result:
No comments:
Post a Comment