Webmaster Question: What are Mailto links used for and how do I create one? - Qs and As

Share ☞ Copy Link: πŸ”— https://naijastore.blogspot.com/2021/09/webmaster-question-what-are-mailto.html

Answer:

    Mailto links are used in HTML to redirect a website's email address to user's default email client in order to send contact message to the website.
    This happens when a user clicks on the Mailto link.

    How to create a Mailto link:
    To create a Mailto link, you will make use of the HTML "<a>" tag with its href attribute, and insert a "mailto:" parameter after it. Example:
    <a href="mailto:email@yoursite.com">Contact Us</a>

w3docs

Comments

Share Your Thoughts