To create a link that sends an email, you use the ______ attribute with a value that starts with mailto:.
- alt
- href
- src
- target
The href attribute is used within the tag to define the hyperlink reference. When its value starts with mailto:, clicking on the link will open the default email client on the user's machine, pre-filled with the specified email address. For example, Send Email will create a link to send an email to "[email protected]".
Loading...
Related Quiz
- How does the "get" method differ from "post" in form data submission?
- The ______ attribute is used to specify the form method (get/post).
- Which tag is utilized to insert images within the body of the HTML document?
- Can comments in HTML be viewed by users on the front end?
-
______ is used to provide a caption for a
element.