Horje
add html validation to mobile number 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
link in md Code Example link in md Code Example
html injection Code Example html injection Code Example
how to protect + embed google drive video html5 Code Example how to protect + embed google drive video html5 Code Example
angular add html attribute on condition Code Example angular add html attribute on condition Code Example
how to add a logo in html Code Example how to add a logo in html Code Example

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