Grouping Selectors

If you are comfortable with editing stylesheets in the Internal Text Editor (see Internal Text Editor), you can group selectors together. That way, they can share the same declaration blocks, which makes styling much quicker. To do this, separate each selector with a comma.

Example You want all of your paragraphs, h3 headings, and numbered lists to have red, bold text. You could enter this information separately for each of these styles in the stylesheet. But a more efficient method is to group them together by using h3, ol, p as the following shows.