Which is the correct syntax for html email tag?
1
< a = "mailto: abc@yahoo.com">Send Email< /a >
2
< a href = "mailto: abc@yahoo.com">Send Email< /a >
3
< a href = "mailto: abc@yahoo.com">Send Email< /href > < /a >
4
< h href = "mailto: abc@yahoo.com" >Send Email< /h >