The correct option is (a) .class
For explanation I would say: .class selects all elements within the given class, #id selects the element within the given id, element>element selects all <p> elements where parent is <div> element, element selects all <p> elements.