Computer Science, asked by deepak17, 1 year ago

write html code to send an email at [email protected] through your Web page

Answers

Answered by samrat00725100
6
The following code will help...

<a href="mailto:[email protected]">Click Here to mail</a>
Answered by UjjwalSancheti
2
kindly refer to @samrat answer.its completely correct
Similar questions