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
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)- A7% (2)
- B11% (3)
- C79% (22)
- D4% (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.
