How to Make Telephone Number Clickable
Date published: October 31, 2017
Make the contact telephone number on your website clickable, so that its easy for customers to call.

Its difficult for customers to contact you via mobile phone, if they have to remember or copy the number to dial.
A clickable number allows your customers to contact you easily with just one click.
Use the following code to make your telephone number clickable:
<a href=”tel:0433556837″>Telephone 0433 556 837</a>
and your number will be clickable like so:
To accommodate an area code or international calling:
<a href=”tel:+61344444444″>03 4444 4444</a>