<p> tags in the document • body { ... } - The document’s <body> tag • h2 { ... } - All <h2> tags in the document • em { ... } - All the <em> tag • ul { ... } - All the <ul> tags Friday, February 24, 2012
have the class “cool” • em.red - Selects only <em> tags that have the class “red” • p.lawyer-talk - Selects only <p> tags that have the class “lawyer-talk” Friday, February 24, 2012