Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of the following is the correct way to send mail in HTML?

a) <a href = “mailto: xy@y”>
b) <a href = “xy@y”>
c) <mail xy@y</mail>
d) None of the above

Answer: a
Explanation: We can use the <a> (anchor tag) tag, and the href attribute to mail a person.

Join The Discussion