Question: Which answer is an example of a type selector (also sometimes referred to as an element selector)?
- `.header {...}`
- `header {...}`
- `#header {...}`
- `header > h1 {...}`
Answer: The correct answer of the above question is Option B:`header {...}`