nerdexam
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)
  • A
    4% (2)
  • B
    74% (34)
  • C
    13% (6)
  • D
    7% (3)
  • E
    2% (1)

Community Discussion

No community discussion yet for this question.

Full 98-363 Practice