Like for example: Suppose I want to give color to the second paragraph.
<div class="intro">
<p>My name is Donald</p>
<p>I live in Duckburg</p>
<p>I have many friends:</p>
</div>
How can I only Select the second paragraph in CSS as well as jQuery as no name or ids are assigned two them.