Multiple choice technology web technology How can you create an e-mail link? <mail>xxx@yyy</mail> <mail href="xxx@yyy"> <a href="xxx@yyy"> <a href="mailto:xxx@yyy"> Reveal answer Fill a bubble to check yourself D Correct answer Explanation Email links use the tag with the href attribute set to 'mailto:' followed by the email address. The correct syntax is . Options A and B use non-existent tags. Option C is missing the mailto: protocol prefix.