back
Code
CSS
HTML
Web
<div id="div99">
<p> Lorem </p>
<p> Ipsum </p>
<p> Dolor </p>
<span> Sit </span>
<p> Donec </p>
</div>
Sit is the second last child of div99 but Dolor is the second last paragraph so that is styled.