HOTSPOT
You are reviewing the CSS markup for an HTML5 page that displays a news article. The
CSS markup for the page is as follows:
The HTML markup for the page is as follows:
For each statement in the table, select Yes if the code segments above causes the page to
behave as described. Select No if it does not. Make only one selection in each column.
this answer is correct
https://jsfiddle.net/rbarr/usof1bu1/
The answer is “No”, “No”, “Yes”, “Yes”
The third option is No instead of Yes, because order is also important so article h4 which is last overide aside h4.
And don’t confuse article h4 which means all h4 children with article > h4 which means only first level h4 child.
thanks m!
NO NO NO YES