MCQ
What is the correct HTML for a mailto link?
Explanation
A mailto link is created using <a href="mailto:email@example.com"> to open the user's email client.