Answers for "html button to call phone number"

9

html link to call phone number

<a href="tel:+44-785-7895">+44-785-7895</a>
Posted by: Guest on February-12-2021
1

how to make a telephone button in html

<form action="tel:1234567890"method="post"enctype="text/plain">
    <input class="btn" type="submit" value="Call">
</form>
Posted by: Guest on November-08-2021

Browse Popular Code Answers by Language