Which of the following statements is/are FALSE? I. XML overcomes the limitations in HTML to support a structured way of organizing content. II. XML specification is not case sensitive while HTML specification is case sensitive. III. XML supports user defined tags while HTML uses pre - defined tags. IV. XML tags need not be closed while HTML tags must be closed.

Which of the following statements is/are FALSE? I. XML overcomes the limitations in HTML to support a structured way of organizing content. II. XML specification is not case sensitive while HTML specification is case sensitive. III. XML supports user defined tags while HTML uses pre - defined tags. IV. XML tags need not be closed while HTML tags must be closed. Correct Answer II and IV only

Statement I: TRUE

XML is a structured way of organizing content.

Statement II: FALSE

XML is case sensitive whereas HTML is not case sensitive.

Statement III: TRUE

XML facilitates user-defined tags whereas HTML has only pre-defined tags.

Statement IV: FALSE

XML tags must be closed while HTML tags may not be closed.

Therefore option 3 is correct.

Related Questions