:first-child pseudo-class matches a specified element that is the first child of another element.
Note that for :first-child to work in IE, a <!DOCTYPE> must be declared.
<p> element that is the first child of any element:
<i> element in all <p> elements: