Comment faire un bouton téléphonique en HTML

<form action="tel:1234567890"method="post"enctype="text/plain">
    <input class="btn" type="submit" value="Call">
</form>
Cruel Cormorant