styling input tags Flashcards

1
Q

This is used to point and style an input field when it
gets focus or is currently being used.

A

:focus

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

This is used to point and style checked <input></input>
elements (for INPUT types radio and checkbox only)

A

:checked

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

This is used to select and style <input></input> elements that
has a “required” attribute.

A

:required

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

This is used to select and style <input></input> Elements with
no “required” attribute.

A

:optional

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

This is used to point and style all <input></input> elements
with a valid value.

A

:valid

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

This is used to point and style all <input></input> elements
with an invalid data.

A

:invalid

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

This is used to place a content before the specified
element.

A

::before

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

This is used to place a content after the specified
element.

A

::after

How well did you know this?
1
Not at all
2
3
4
5
Perfectly