Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

type phone number html

<label for="phone">Enter your phone number:</label>

<input type="tel" id="phone" name="phone"
       pattern="[0-9]{3}-[0-9]{3}-[0-9]{4}"
       required>

<small>Format: 123-456-7890</small>
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #type #phone #number #html
ADD COMMENT
Topic
Name
9+4 =