link to phone html onclick code example
Example 1: js onclick open the phone application
<a href="tel://+1234567890">Call Me</a>
Example 2: link to call a phone number
<a href="tel:123-456-7890">CLICK TO CALL</a>
<a href="tel://+1234567890">Call Me</a>
<a href="tel:123-456-7890">CLICK TO CALL</a>