what is meant by P.Focus
Answers
Answered by
0
Answer:
Explanation:
:focus CSS pseudo-class represents an element (such as a form input) that has received focus. It is generally triggered when the user clicks or taps on an element or selects it with the keyboard's "tab" key
Answered by
0
Answer:
The :focus CSS pseudo-class represents an element (such as a form input) that has received focus. It is generally triggered when the user clicks or taps on an element or selects it with the keyboard's "tab" key. /* Selects any <input> when focused */ input:focus
Similar questions