Question: Which of these CSS classs naming convention is correct according to WordPress CSS Coding Standards?

  1. `.selector-name`
  2. `.selector_name`
  3. `.selectorName`
  4. `div.selector_name`

Answer: The correct answer of the above question is Option B:`.selector_name`