We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
input의 value가 invalid한 값일 경우에 invalid라는 가상 클래스(Pseudo class)가 해당 Input Element에 적용된다. 따라서 아래의 CSS 코드와 같이 적용하여 form validation에 대한 결과를 사용자에게 제공할 수 있다.
invalid라는 가상 클래스(Pseudo class)
Input Element
input:invalid { border: 3px solid red; }
The text was updated successfully, but these errors were encountered:
eotkd4791
No branches or pull requests
input의 value가 invalid한 값일 경우에
invalid라는 가상 클래스(Pseudo class)
가 해당Input Element
에 적용된다. 따라서 아래의 CSS 코드와 같이 적용하여 form validation에 대한 결과를 사용자에게 제공할 수 있다.The text was updated successfully, but these errors were encountered: