How to create a telephone number link that opens dialer on mobile devices?

By Tech Writer 1 min read
HTML5 has some nice new tricks. One of them is creating dialable links and here's how:
<a href="tel:+1112223333">111-222-3333</a>
  That's right. It's as simple as that!

Related Articles