Reputation: 4868
I've got this website that is specifically designed for Android phones. It would be awesome if I could make a button that would make a phone call.
Ideally the code would be something like:
Call NOW
Upvotes: 6
Views: 3636
Reputation: 1688
<a href="tel:1-800-555-1212">Call NOW</a>
use tel:1-800-555-1212 as the href
Upvotes: 14