If statement #2 above is passed, the inline strong text in this paragraph should have a vertical align of baseline (initial value). The rule applied is "strong {vertical-align:}". This inline emphasized text in this paragraph should have a vertical align of sub; the rule applied is "em {vertical-align: sub}". So the vertical align property applies to the inline elements strong and em.
This emphasized text has this further emphasized text which should have a "sub" vertical align value
This inline image should be 200% of the line
height of this image; the rule applied is "img {vertical-align: 200%}".
So the vertical align proeprty applies to the inline element img.