Question

Select all selectors that apply to the paragraph with text Four. There may be more than one correct choice.

<article>
  <header class="top">
    Important news!
  </header>
  <p class="odd">One</p>
  <p id="second">Two</p>
  <p class="odd">Three</p>
  <p id="fourth">Four</p>
</article>