
How To Open A Phone App With An Html Link
1
Create a basic HTML link
In the body of your website, create a basic HTML link like this:
222-333-44442
Add ‘tel:12223334444’ in the href attribute
When you finish your link should look like this:
222-333-4444.. Replacing ‘12223334444’ with your phone number including the country code and area code.
If you found this guide useful, you may also want to read our guide on how to open a link in a new window with HTML.