Answers for "add phone number to a button in html"

1

phone number button on website

<a href="tel:5554280940">Call us at 555-428-0940</a>
Posted by: Guest on July-09-2020
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