How to open the telephone app using an HTML link
If you'd like your visitors to be able to open a phone application straight from your website you can follow this quick guide.
Posted in these interests:
If you'd like your visitors to be able to open a phone application straight from your website you can follow this quick guide.
In the body of your website, create a basic HTML link like this:
<a href="#">222-333-4444</a>
When you finish your link should look like this:
<a href="tel:12223334444">222-333-4444</a>
.. Replacing '12223334444' with your phone number including the country code and area code.
SVGs are great; making them smaller makes them even greater. This guide will show you how to optimize SVGs.