Write a HTML code through which users will communicate to web via email.
Answers
Answered by
0
Code return in html through which user can send there query to developer.
Answered by
0
HTML code through which users will communicate to web via email
Explanation:
In case you need the individual to press the mailto hyperlink and their mail client to open together with your e-mail within the TO part of the e-mail at that point you would like to actualize something just like the following code.
<a href = "mailto:[email protected]?subject =="HTML link" & body = Message">
Click here to sent an email!!
</a>
On clicking the link, they will launch an Email Client such as Outlook Express, Lotus Notes, etc. installed on computer.
<a> tag in HTML facilitates option to use email address for sending an email.
Similar questions