Computer Science, asked by agrawalmanmohan8, 9 months ago

Q. write the html code to send an email to [email protected] from your web page​

Answers

Answered by jayanthan2k6
4

<html>

<body>

<a href: [email protected]>click here</a>

</body>

</html>

Similar questions