Skip to main content

Link For A Phone Number - HTML


You can make phone call with just one click using one line of code. Telephone links are a thing. Like an anchor link you tap to (probably) go to another page, these are links you tap to call a number on a phone-capable device. There is enough web traffic on mobile devices and plenty of desktops apps that are capable of making calls, that it’s worth knowing more about phone links.

HTML
<a href="tel:0123456789">Call Me Baby</a>

Comments