telephone call html code example
Example 1: html link to call phone number
<a href="tel:+44-785-7895">+44-785-7895</a>
Example 2: html telephone link
<!--We can use the HTML tel: and then the browser
will send a call to the provided number after tel: (Structure below)-->
<a href="tel:<Your-Phone-Number>">Call Me</a>