Mailto and Tel Links
HTML supports special URL schemes in the href attribute. The mailto: scheme opens the user's default email client with a new message pre-addressed to the given address. The tel: scheme enables click-to-call on mobile devices and VoIP-enabled desktops.
Advanced Mailto Parameters
You can pre-fill the subject, CC, BCC, and body of an email by appending query parameters to a mailto: link. Spaces and special characters must be URL-encoded (e.g., space becomes %20). Use these sparingly — overly pre-filled emails can feel impersonal.
mailto:user@example.com— Basic email linkmailto:a@b.com?subject=Hello— With subjecttel:+15551234567— Phone link (international format)