Examveda

State whether the given statement is true or false. “We can intermix XHTML and HTML 4.01 documents”

A. True

B. False

Answer: Option B

Solution (By Examveda Team)

HTML 4.01 and XHTML are different versions of HTML with slightly different rules.

HTML 4.01 is more lenient and allows some coding errors.

XHTML is stricter and requires well-formed code, meaning elements must be properly nested and closed.

You can't directly combine parts of an XHTML document with parts of an HTML 4.01 document in the same file and expect it to work correctly in all browsers. The browser will likely try to interpret the entire document using one set of rules, which will lead to errors or unexpected behavior.

Therefore, the statement "We can intermix XHTML and HTML 4.01 documents" is False.

This Question Belongs to HTML >> Basic HTML

Join The Discussion

Comments (1)

  1. Sudhakar Prajapati
    Sudhakar Prajapati:
    6 months ago

    Option B is correct

Related Questions on Basic HTML

Choose the correct statement of HTML

A. In traditional XHTML close tag for some elements is optional but not encouraged

B. In traditional HTML close tag for some elements is optional but not encouraged

C. None of the mentioned

D. In both traditional XHTML and HTML close tag for some elements is optional