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 :indeterminate Selector

CSS :indeterminate Selector

 

 

The :indeterminate selector is used to selecting form elements that are in an indeterminate state. It is used on input type=checkbox, input type=radio, and progress elements. By default, checkboxes are not in the indeterminate state and we have to set its property to TRUE in javascript. However, all radio buttons are indeterminate when none of them is checked.

 

Syntax:-

 

Its syntax is:-
:indeterminate {
  css declarations;
}

Code Explanation

All Tutorials related to CSS Selectors

All Sections related to CSS