Skip to content
Related Articles
Open in App
Not now

Related Articles

GATE | GATE-CS-2015 (Set 1) | Question 65

Improve Article
Save Article
Like Article
  • Last Updated : 11 Oct, 2021
Improve Article
Save Article
Like Article

Which of following statements is/are False?

1. XML overcomes the limitations in HTML 
   to support a structured way of organizing content.

2. XML specification is not case sensitive while 
   HTML specification is case sensitive.

3. XML supports user defined tags while HTML
   uses pre-defined tags.

4. XML tags need not be closed while HTML 
   tags must be closed.

(A) 2 only
(B) 1 only
(C) 2 and 4 only
(D) 3 and 4 only


Answer: (C)

Explanation:

1.TRUE- XML is a structured way of 
         organizing content.
2.FALSE- XML is CASE SENSITIVE whereas 
          HTML is NOT case sensitive. 
3.TRUE- XML facilitates User Defined tags
        whereas HTML has only Pre-Defined
        tags 
4.FALSE- XML tags MUST be closed while HTML 
         tags may NOT be closed.



Quiz of this Question

My Personal Notes arrow_drop_up
Like Article
Save Article
Related Articles

Start Your Coding Journey Now!