How to create a mail link on a web page

Updated: 07/13/2023 by Computer Hope
Notification for new e-mail.

On every type of web page, give the visitor an option of e-mailing you. One of the easiest methods of creating a link that allows users to mail you is called a mailto link.

Below is an example of how to use the "a href" HTML (hypertext markup language) tag with mailto to create a link that allows visitors to e-mail you.

Code

<a href="mailto:[email protected]">E-mail Computer Hope</A>

Example

E-mail Computer Hope