The CSS selector list (,) selects all the matching nodes. A selector list is a comma-separated list of selectors....css h1, h2, h3, h4, h5, h6 { font-family: helvetica; } Multi line....content, article, h1 + p { font-size: 1.1em; } Valid and invalid...