Summary: <p id="para2">some text <em>italic</em> more text <em> another italic</em> some text <em>italic 3</em></p>…the default could be set as #para2 em { color: red;} and the 2nd em could be set to blue using #para2 em:nth-child(2) {color: blue; }…unnecessary DIVS