Grouping is mainly used for applying CSS style for multiple HTML elements and this can be done with a single declaration. Example is given below : 

h1, h2, h3{

              font-color: red;

}