Most of the business puts their contact number on their website. The clickable phone number is very useful when the user browsing the website from a mobile device. Click To Call link helps to dial the phone number directly from the website by one click.
Using tel:
hyperlink, you can easily make a phone number clickable. In the href attribute, add tel:
and insert the phone number with country code prefix.
The following anchor tag adds a hyperlink phone number for mobile browsing. The user can start a phone call by simply click on the link.
<a href="tel:+917003569494">7003569494</a>
+91
is the country code of India and the phone number is 7003569494
.
what to do for a landline number? country code, landline number and the STD codes!
Thank you very useful information. I was ignoring this.