confusion in selectors....

confusion in selectors....

 $("p span:first").css("background-color","yellow");

this means select every first 'span' element in 'p' elements....but why its only selecting just first 'span' of first 'p' element?