i want to ask what is the different between the html element type = tel, and number
<input type="tel" class="form-control phone " name="implements[0].input0EN" value="111111111111111111111111">
<input type="number" class="form-control phone " name="implements[0].input0EN" value="111111111111111111111111">
Go to the complete details ...