1One click should open the phone dialler and input the number to be called.
2<a href="tel:5551234567">Call (555)123-4567</a>
1<!-- To create a link to a telephone number, use tel: inside the href
2attribute -->
3<a href="tel:+880123456789"> Call: 0123456789 </a>
1<!--We can use the HTML tel: and then the browser
2will send a call to the provided number after tel: (Structure below)-->
3<a href="tel:<Your-Phone-Number>">Call Me</a>