I\'m building a form and I want to use the :invalid selector to give the \"required\" input fields a red border if the user presses submit without filling them, but
:invalid
I tried this in my website:
Then add onclick="verify()" to your submit button, just like this:
onclick="verify()"