I am trying to select all paragraph which is followed by some anchor. The way am using is not working\[code\]p < a { border: solid 1px red; }\[/code\]html\[code\]<p><a href="http://stackoverflow.com/questions/15656536/#">Link1</a></p><p><a href="http://stackoverflow.com/questions/15656536/#">Link1</a></p><p>empty para without link</p>\[/code\]jsfiddle