Microsoft
98-363 · Question #43
An embedded style sheet contains the following code: div { background-color: red; } Your Web page contains the following HTML: <div style="background-color: yellow;">Hello</div> When the Web page…
The correct answer is B. yellow. See the full explanation below for the reasoning.
Question
An embedded style sheet contains the following code:
div { background-color: red; } Your Web page contains the following HTML:
<div style="background-color: yellow;">Hello</div> When the Web page renders, the background color of the div will be:Options
- Ared.
- Byellow.
- Cwhite.
- Dorange.
- Etransparent.
How the community answered
(46 responses)- A4% (2)
- B74% (34)
- C13% (6)
- D7% (3)
- E2% (1)
Community Discussion
No community discussion yet for this question.