Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

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>
 
PREVIOUS NEXT
Tagged: #telephone #button #html
ADD COMMENT
Topic
Name
9+9 =