Which HTML element is used to create a hyperlink that opens an email client?
The tag is used in HTML to create hyperlinks. To open an email client, the "href" attribute of this tag is given a value starting with "mailto:". For instance, Send Email would create a link that, when clicked, opens the user's default email client with a new email addressed to "[email protected]".
Loading...
Related Quiz
- While designing a blog post layout using block elements, how would you ensure that the text flows seamlessly around an image?
- Which attribute of the anchor tag is used to specify the linked document's URL?
- The value ______ for the target attribute opens the linked document in the full body of the window.
-
What is the primary use of the
element in HTML? -
Imagine you need to create a webpage that is both visually appealing and SEO-optimized using various media elements. How can the
and elements be used to enhance SEO while maintaining aesthetic appeal?