ตัวเลือกกำหนดเป้าหมายว่าองค์ประกอบใดที่ข้อกำหนดนั้นใช้กับ ตั้งแต่ธรรมดา (โดยแท็ก) ไปจนถึงตัวรวม (combinator) ที่ทรงพลัง
css
/* Basic selectors */
p { } /* type: all <p> */
.card { } /* class: elements with class="card" (reusable) */
{ }
* { }
{ }
