RFC 3966 / E.164: how to create clickable phone number links in HTML
The tel: URI scheme (defined in RFC 3966) lets you create hyperlinks that, when tapped on a mobile device or clicked on a desktop with a VoIP client, immediately dial a phone number. It is supported by all modern browsers and mobile operating systems.
<a href="tel:+14165550100">Call us</a>Always use E.164 format in tel: links. E.164 is the ITU-T international standard: + followed by the country code, then the subscriber number, with no spaces, dashes, or parentheses.
All US and Canadian numbers share country code +1 under the North American Numbering Plan (NANP). The three digits after the country code are the area code (NPA), followed by a seven-digit subscriber number.
Format: +1 [NPA] [NXX] [XXXX]
Example: +1 212 555 0100 (New York)
tel href: tel:+12125550100
Look up any area code in the GeoDial area code directory to see its location and copy correctly formatted tel: link examples.
href="tel:(212) 555-0100"href="tel:+12125550100"href="tel:2125550100"href="tel:+12125550100"href="tel:+1-212-555-0100"href="tel:+12125550100"