Open In App

UGC-NET | UGC NET CS 2017 Jan – III | Question 42

What can you say about the following statements ?
I. XML tags are case-insensitive.
II. In JavaScript, identifier names are case-sensitive.
III.Cascading Style Sheets (CSS) cannot be used with XML.
IV. All well-formed XML documents must contain a document type definition.
(A) only I and II are false.
(B) only III and IV are false.
(C) only I and III are false.
(D) All are incorrect.

Answer: (D)
Explanation:
XML tags are case-sensitive. So, option I is false.
In JavaScript, identifier names are case-insensitive.
Cascading Style Sheets (CSS) can be used with XML.
It is not necessary that all well-formed XML documents must contain a document type definition.
All statements are in incorrect.
So, option (D) is correct.

Quiz of this Question

Article Tags :