input type=tel
element
with label
home phone
with label + placeholder
home phone
with label + placeholder + required
home phone
with label + placeholder + readonly
home phone
with label + placeholder + disabled
home phone
Code
<label>home phone <input type="tel"></label>
Reference
HTML5 input type=tel element