Multiple choice technology web technology Which is the correct tag to make a link that will send an email? <a href="sendmail://[email protected]"> <a href="[email protected]"> <a href="mailto:[email protected]"> <a mail: "[email protected]"> Reveal answer Fill a bubble to check yourself C Correct answer Explanation To create an email link in HTML, use the mailto protocol within an anchor tag: . Option A uses incorrect protocol sendmail://, Option B is missing the protocol, and Option D uses incorrect syntax mail: attribute.