Open In App

CSS :empty Selector

Last Updated : 29 Aug, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

The: empty selector is used to select that element that does not contain any children (including text node). 

Syntax:

:empty {
/* CSS property */
}

Example: In this example, we are using the above-explained selector.

Output: 

 

Supported Browsers: 

  • Apple Safari 3.1 and above
  • Google Chrome 1.0 and above
  • Edge 12.0  and above
  • Firefox 1.0 and above
  • Opera 9.5 and above

Practice Tags :

Similar Reads