What style rule would set the font color of only paragraph two to blue?jsparagraph oneparagraph two

🎲 Try a Random Question  |  Total Questions in Quiz: 114  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
CSS Quiz — practice the complete quiz, review flashcards, or try a random question.

CSS MCQs For LinkedIn Skill Assessments.


What style rule would set the font color of only paragraph two to blue?<br>js<br><section><p>paragraph one</p></section><p>paragraph two</p><br>