I was hoping to see the :first selector in action with the example below. Unfortunately, the paragraph did not turn red with a background. Can anyone offer some assistance?
p:first{background:red;}
<p>This is paragraph 1.</p>
<p>This is paragraph 2.</p>
<p>This is paragraph 3.</p>
References: https://developer.mozilla.org/en/docs/Web/CSS/:first
NOTE: The question is for this specific selector demonstration. So, please focus on that!