You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**`:invalid` Pseudo-class**: This pseudo-class targets the input fields that do not meet the validation criteria.
27
27
-**`:in-range` and `:out-of-range` Pseudo-classes**: These pseudo-classes apply styles to elements based on whether their values are within or outside specified range constraints.
28
28
-**`:required` Pseudo-class**: This pseudo-class targets `input` elements that have the `required` attribute. It signals to the user that they must fill out the field to submit the form.
29
-
-**`:optional` Pseudo-class**: This pseudo-class applies styles input elements that are not required and can be left empty.
29
+
-**`:optional` Pseudo-class**: This pseudo-class applies styles to input elements that are not required and can be left empty.
30
30
-**`:autofill` Pseudo-class**: This pseudo-class applies styles to input fields that the browser automatically fills with saved data.
Copy file name to clipboardExpand all lines: curriculum/challenges/english/blocks/review-css/671a9a0a140c2b9d6a75629f.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ Review the concepts below to prepare for the upcoming exam.
153
153
-**`:invalid` Pseudo-class**: This pseudo-class targets the input fields that do not meet the validation criteria.
154
154
-**`:in-range` and `:out-of-range` Pseudo-classes**: These pseudo-classes applies styles to elements based on whether their values are within or outside specified range constraints.
155
155
-**`:required` Pseudo-class**: This pseudo-class targets `input` elements that have the `required` attribute. It signals to the user that they must fill out the field to submit the form.
156
-
-**`:optional` Pseudo-class**: This pseudo-class applies styles input elements that are not required and can be left empty.
156
+
-**`:optional` Pseudo-class**: This pseudo-class applies styles to input elements that are not required and can be left empty.
157
157
-**`:autofill` Pseudo-class**: This pseudo-class applies styles to input fields that the browser automatically fills with saved data.
0 commit comments