Question: Which answer is an example of a type selector (also sometimes referred to as an element selector)?

  1. `.header {...}`
  2. `header {...}`
  3. `#header {...}`
  4. `header > h1 {...}`

Answer: The correct answer of the above question is Option B:`header {...}`