open phone in html code example
Example 1: phone html
<a href="tel:1234567">Call 123-4567</a>
Example 2: phone html
<a href="tel:5551234567"><img src="callme.jpg" /></a>
<a href="tel:1234567">Call 123-4567</a>
<a href="tel:5551234567"><img src="callme.jpg" /></a>