+ 3
I want to add my phone number in html code so that if anyone clicks on number call get connect to my number. Pls help me
2 Respostas
+ 3
Hi Prem
click to call markup looks like this
<a href="tel:1-562-867-5309">1-562-867-5309</a>
+ 2
thanks Mike...it works..