Answers for "how to add validation to an input in html"

2

name validation html

<input type="text" pattern="[a-zA-Z'-'\s]*">
Posted by: Guest on September-18-2020

Code answers related to "how to add validation to an input in html"

Browse Popular Code Answers by Language