retagged by
1,080 views
0 0 votes

Which of the 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.
  1. $2$ only.
  2. $1$ only.
  3. $2$ and $4$ only.
  4. $3$ and $4$ only.

1 Answer

1 1 vote

HTML is used to display data and focuses on how data looks.HTML is not case sensitive.HTML has its own predefined tags.In HTML, it is not necessary to use a closing tag.HTML is a presentation language.

 
 
XML is a software and hardware independent tool used to transport and store data. It focuses on what data is.XML provides a framework to define markup languages.XML is case sensitive.XML makes it mandatory to use a closing tag.You can define tags according to your need.
 
Ans is option c.
 
 
 
Answer:
Position:
Show:

Related questions

0 0 votes
2 2 answers
1.8k
1.8k views
admin asked Mar 30, 2020
1,800 views
HTML(Hypertext Markup language) has language elements which permit certain actions other than describing the structure of the web document. Which of the following actions...
0 0 votes
1 1 answer
1.2k
1.2k views
admin asked Mar 30, 2020
1,235 views
Consider the HTML table definition given below:<table border=1 <tr <td rowspan=2>ab</td <td colspan=2>cd</td </tr <tr <td>ef</td <td rowspan=2>gh</td </tr <tr><td colspan...
0 0 votes
1 1 answer
1.5k
1.5k views
admin asked Mar 30, 2020
1,532 views
Match the problem domains in $\text{GROUP I}$ with the solution technologies in $\text{GROUP II}$$$\begin{array}{llll} & \textbf{GROUP I}& {}& \textbf{GROUP II}\\ \text{(...
0 0 votes
1 1 answer
1.3k
1.3k views
admin asked Mar 30, 2020
1,299 views
The coupling between different modules of a software is categorized as follows: Content coupling Common couplingControl coupling Stamp CouplingData Coupling Coupling betw...