HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

where

Description

The where pseudo-class for CSS same syntax and functionality as :is(), but its specificity is always zero.

Syntax

selector:where()
{
    property: value;
}

Examples

1 · where

2 · is

3 · JS · where

4 · JS · is