Languages
[Edit]
EN

HTML - how to make phone number clickable?

3 points
Created by:
Wiktor-Sribiew
800

In this article, we're going to have a look at how to create phone number link in pure HTML that opens call dialog after click operation.

Quick solition:

Use tel: prefix for your phone number link.

Practical exmaple:

// ONLINE-RUNNER:browser;

<!doctype>
<html>
<body>
  <a href="tel:+44 7755 443322">+44 7766 443322</a>
</body>
</html>

Preview:

Clickable phone number link in HTML - Google Chromium on Windows
Clickable phone number link in HTML - Google Chromium on Windows

 

Alternative titles

  1. HTML - how to make phone number opening call dialog after click operation?
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.

HTML

Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join