Monday, December 19, 2022

Pattern in Textbox HTML

  <input type="text" id="country_code" name="country_code" pattern="[A-Za-z]{3}" title="Three letter country code"><br><br>

This means only three characters  

This will only used on click button(submit)



reference:- https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_input_pattern

No comments:

Post a Comment