Html Email Link Tutorial
To create html email link, we use mailto in html code of anchor tag in our html document.A valid email address used instead of url to create e-mail link.
HTML code
<a href="mailto:emailaddress@htmlcsstutorials.com" title="Email to me">contact us</a>
HTML code
<a href="mailto:emailaddress@htmlcsstutorials.com" title="Email to me">contact us</a>
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home