Make an HTML email link on your page is quick and easy. However, you should know that when you put your email on your website is very easy for security experts to implement programs to harvest these types of emails to send spam. If you go to put your email link on a public website, make sure you have anti-spam software!
Another option to permit people to send you emails without exposing yourself to large amounts of spam is to generate an HTML form that gathers information from the user and emails it to your email account. They recommend the HTML Form Email that usually reduces the amount of potential spam.
Put HTML Email Tag
There actually is not a separate HTML tag for generating an HTML email link. In lieu you use a standard HTML anchor tag <a> & set the href property equal to the email adddress, than specifying a web URL. This is probably confusing & may take a small while to get used to.
Example:- HTML Code
- <a href= "mailto:abc@mail.com" >Email Example</a>
Email Link:
Additional HTML Email Code
By adding a few extra benefits to the email address href can be both subject & body of the email for your visitors automatically populated. This is great when receiving emails from a website email account that handles e-mail more than three link on your site.
By defining a uniform object that people will automatically whenever you click on the link that will be able to see immediately whether an email came from the website or from another source (if your visitors do not mess with the subject you les).
· Subject - Fill in the email subject with the information you provide.
· Body - Complete the body of the email with the information you provide.
Example:-HTML Code
- <a href= "mailto: a@b.com?subject=Web Page Email&body=This email
- is from your website" >
- 2nd Email Example</a>
0 comments:
Post a Comment