CSS :inrange Selector (original) (raw)

CSS :in-range Selector

Last Updated : 29 Aug, 2024

The :in-range selector is used to selecting all elements that are given within a particular range value. It is mostly used in an input element with the type min/max attribute.

**Syntax:

:in-range {
// CSS property
}

**Example:

html `

in range selector