Compare the selector of "nav ul" (step 11) to the selector of ".boldtext, dt" (step 13). One contains a comma and one does not. What is the significance of the comma?
a) It creates a descendant selector
b) It groups the selectors
c) It creates an adjacent sibling selector
d) It specifies a child selector