Multiple choice general knowledge

To create a hyperlink that points to an email address, the contents of the HREF attribute must begin with: _____

  1. mailto

  2. emailto

  3. sendto

  4. messageto

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

To create a hyperlink that opens an email client, the HREF attribute must begin with 'mailto:' followed by the email address. This is the standard URI scheme for email links in HTML.