Html – TextArea – Javascript Validation using CSS Pseudo Class and Regex
a.) Currently i have a php / html form with input validation using html input patterns. b.) To show that the input entered is correct, I use the css pseudo property user-invalid / user-valid via a class 'check_valid' as below;…