Horje
how to validate mobile number in html form Code Example
how to validate mobile number in html form
<div>
  <label for="phone">Enter your phone number:</label>
<input type="tel" id="phone" name="phone"  pattern="+94[7-9]{2}-[0-9]{3}-[0-9]{4}" value="+94">
 </div>
add html validation to mobile number
<input type="text" pattern="[789][0-9]{9}">




Html

Related
scroll dropdown bootstrap Code Example scroll dropdown bootstrap Code Example
how to display online image in html Code Example how to display online image in html Code Example
html center button Code Example html center button Code Example
html file Code Example html file Code Example
success green color code Code Example success green color code Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7