The correct option is (a) :only-child
Easy explanation: :only-child selects every <p> element that is the only child of its parent, :only-of-type selects every <p> element that is the only child of its parent, :optional selects input elements with no “required” attribute.