<!DOCTYPE html> <html> <head> <title>A link to send an email</title> </head> <body> <p>Using mailto: <a href="mailto:name@example.com">name@example.com</a></p> </body> </html>