View HTML markup
<form method="POST" novalidate action="?/">
<div>
<label for="tel" id="tel">Telephone number
</label>
<span id="tel-hint">
Use the format +1-000-999-1234
</span>
<input dir="auto" value="" autocomplete="tel" id="tel" type="tel">
</div>
<button type="button">
Submit
</button>
</form>