call html tel code example
Example 1: html href tel
<a href="tel:+number">Link text</a>
Example 2: html telephone
<a href="tel:0612345678">Call me!</a>
<a href="tel:+number">Link text</a>
<a href="tel:0612345678">Call me!</a>