Example:
HTML
<form>
<label for="phone">Enter your phone number:</label>
<input type="tel" id="phone" name="phone" pattern="[0-9]{3}-[0-9]{2}-[0-9]{3}">
</form>
How is to look HTML Input Type Tel | HTML Input Types |
Full Code Example of HTML Input Type Tel | HTML Input Types |
Type: | Html |
Category: | Web Tutorial |
Sub Category: | HTML Input Types |
Uploaded by: | Admin |