h1,
    h2,
    h3,
    p {
        background: blue;
    }

    em,
    strong,
    span {
        background: red;
    }
    

H1 is a Block level element

H2 is a Block level element

H3 is a Block level element

Paragraphs are also block level elements. But spans, ems, and strongs are not!