On mobile devices, there is 99.65% chance that they have a calling capabilities.
It’s true that modern mobile browsers will automatically detect phone numbers and convert them to links, it’s a good idea to do this directly in your HTML code. It’s a great way to allow users to call your business with one click and the way to do it is with this simple tel: scheme:
Amazing coffee Service
<a href="tel:+972-3-123-3344">+972-3-123-3344</a>
The result will look like:
You can click on it in order to see the code in action. Continue reading

