Group Selector

It is used as a quick way to apply the same formatting to several different elements. It is created by making a list of selectors separated by commas as
      h1, h2, h3 { color: #F00; }
Any valid selector or combination of selector types can be in a group selector as shown
     h1, p, .label, #sales { color: #F00; }

Go To- Certified CSS3 Developer Tutorial

Share this post
[social_warfare]
ID Selectors
HTML Hierarchy

Get industry recognized certification – Contact us

keyboard_arrow_up