Child Selector Demo

Sample Text

An h4 with some emphasized text in it

A paragraph with some emphasized and strong text in it Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

View the source code for the paragraph above. Notice in the paragraph that there are two places with emphasized text. The first gets the green text because it is a child of the p tag. The second does not however because it is actually a child of a span tag.