![]() |
VOOZH | about |
The :focus-within pseudo-class is a selects an element that consists of a focused element as a child. The CSS rules are applied when any child element gets focus. Example includes clicking a link, selecting an input, etc.
Syntax:
:focus {
/* CSS Properties */
}
Example: Below is the example which illustrates the use of :focus-within pseudo-class Selector.
Output:
Supported Browsers: