Multiple choice technology web technology How can you create an e-mail link? <mail href="xxx@yyy"> <a href="xxx@yyy"> <mail>xxx@yyy</mail> <a href="mailto:xxx@yyy"> Reveal answer Fill a bubble to check yourself D Correct answer Explanation The correct way to create an email link in HTML is using the anchor tag with the mailto: protocol. This tells the browser to open the default email client when the link is clicked.