Introduction: What Are CSS Selectors?

Assume CSS selectors as a way to address people in a room. Just like you might say:


"Everyone!" (universal)
"All teachers!" (element type)
"People wearing blue shirts!" (class)
"John Smith specifically!" (ID)


CSS selectors are patterns that allow you to choose which HTML elements you want to style. They...