Easy Tutorial
❮ Css3 Pr Hanging Punctuation Pr Grid Area ❯

CSS element,element Selector

Complete CSS Selector Reference

Example

Select all <p> elements and <h1> elements:

h1,p
{
    background-color:yellow;
}

Definition and Usage

When several elements share the same style, separate each element's name with a comma.


Browser Support

All major browsers support the element,element selector.


❮ Css3 Pr Hanging Punctuation Pr Grid Area ❯