Microsoft Exam Questions

what will cause an error?

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

A.
All tags are not in uppercase.

B.
The body tag is missing a background attribute.

C.
The line break tag is incorrectly formatted.

D.
The HTML tags do not read XHTML.

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