<p id="targetP">This is paragraph element.</p> <p id="anotherP">This is another paragraph element</p>
#targetP { color:red; } #anotherP { color:green; }