MCQ
What is the correct HTML for a mailto link?
A <a href="mailto:email@example.com">
B <a href="email@example.com">
C <mail>email@example.com</mail>
D <a mailto="email@example.com">
Explanation

A mailto link is created using <a href="mailto:email@example.com"> to open the user's email client.