4,823 views
3 3 votes

Which of the following statement 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.
  1. Ⅱ only
  2. Ⅰ only
  3. II and IV only
  4. III and IV only

1 Answer

1 1 vote
Ans – (C)

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.
Answer:
Position:
Show:

Related questions

0 0 votes
1 1 answer
1.3k
1.3k views
Beyonder asked Mar 6, 2017
1,274 views
The main reason for preferring servlet for web application developmentis :(A) Increased performance of web application(B) Easy to develop an application(C) Platform indep...
6 6 votes
2 answers 2 answers
5.4k
5.4k views
go_editor asked Feb 14, 2015
5,397 views
In a web server, ten WebPages are stored with the URLs of the form http://www.yourname.com/var.html; where var is a different number from 1 to 10 for each Webpage. Suppos...
12 12 votes
6 answers 6 answers
11.3k
11.3k views
go_editor asked Feb 12, 2015
11,291 views
Which of the following statements is NOT correct about HTTP cookies?A cookie is a piece of code that has the potential to compromise the security of an Internet userA coo...
6 6 votes
3 answers 3 answers
6.5k
6.5k views
Misbah Ghaya asked Feb 11, 2015
6,511 views
Match the following:(P) Condition Coverage (i) Black-box testing(Q) Equivalence class partitioning (ii) System testing(R) Volume testing ...