This page is part of the CSS3.info CSS selectors test. See more info on CSS3 selectors.

  1. blockquote {
    }
    
    <blockquote></blockquote>

    The CSS selector should match the HTML fragment because it is the right type of element

  2. blockquote {
    }
    
    <div></div>

    The CSS selector should not match the HTML fragment because it is not the right type of element