CSS

CSS Intro

CSS Intro Quiz

CSS Intro Exercise

CSS Basic

CSS Basic Quiz

CSS Basic Exercise

CSS Advance

CSS Advance Quiz

CSS Advance Exercise

CSS3

CSS3 Quiz

CSS3 Exercise

CSS Properties

CSS Functions

CSS Selectors

CSS :out of range Selector

CSS :out-of-range Selector

 

 

The :out-of-range selector is used to select all elements with a value that is outside a specified range. It is usable for input elements with min or max attributes.

 

Syntax:-

 

Its syntax is:-
:out-of-range {
  css declarations;
}

Code Explanation

All Tutorials related to CSS Selectors

All Sections related to CSS