Which order will the results be displayed?

DRAG DROP
You are developing a corporate website for a company. The website uses a style sheet to enforce corporate image standards. Users report that the website is not properly rendering the styles.
You create a web page to test the styles by using the following code.

You need to verify how the style will be displayed.
In which order will the results be displayed? (To answer, drag the appropriate style from the list of styles to the correct location or locations in the work area.)
Select and Place:

microsoft-exams

2 thoughts on “Which order will the results be displayed?

  1. The answer is wrong.
    The correct order from top to bottom is:
    white bg
    black bg
    white bg
    black bg

    Explanation: the element does not own any style, so it inherits everything from the parent which is .
    Try it on https://jsfiddle.net

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.