A. Separate each selector with a plus sign
B. Separate each selector with a comma
C. Separate each selector with a space
D. All of These
in Group selector we group the all selector which are separated with commas
Example:
#p1,#p3,#p5,h3,.even
{css property}