nerdexam
Microsoft

98-361 · Question #25

In this XHTML code sample, what will cause an error?

The correct answer is C. The line break tag is incorrectly formatted. In XHTML, the <br> tag must be properly closed, like this: <br />.

WAN Optimization Fundamentals and Principles

Question

In this XHTML code sample, what will cause an error?

Exhibit

98-361 question #25 exhibit

Options

  • AAll tags are not in uppercase.
  • BThe body tag is missing a background attribute.
  • CThe line break tag is incorrectly formatted.
  • DThe HTML tags do not read XHTML.

How the community answered

(28 responses)
  • A
    7% (2)
  • B
    11% (3)
  • C
    79% (22)
  • D
    4% (1)

Explanation

In XHTML, the <br> tag must be properly closed, like this: <br />.

Topics

#XHTML#line break tag#markup syntax#web standards

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice