B {Ans: 12. If an element has attributes, it is considered to be of complex types. a. False b. True c. Not always d. None of these}C {Ans: 5. If the DTD is included in your XML source file, it should be wrapped in a DOCTYPE definition with the following syntax: a. b. c. d. }D {Ans: Q.54) Which of the following is represented as a node in the tree a DOM parser creates? A. CDATA sections B. Comments C. Elements D. All of the above}BD {Ans: QN=4 (2722) Which of the following are valid tags? a. <:FPT> b. c. d. <_FPTUniv>}A {Ans: 2. An XML Schema describes the structure of an XML _______ . a. document b. file c. page d. None of these}C {Ans: QN=32 (2809) What is the value of i after the following statements? i = 2; i++; a. 0 b. 2 c. 3 d. 4}