How to create a telephone number link that opens dialer on mobile devices? How toHTML5Mobile Apps Posted on April 6, 2019 | by admin 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! Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window) Related