edited by
4,950 views
4 4 votes

Which of the following is TRUE only of XML but NOT HTML?

  1. It is derived from SGML
  2. It describes content and layout
  3. It allows user defined tags
  4. It is restricted only to be used with web browsers
     

3 Answers

Best answer
3 3 votes
in xml user defined tags are allowed

but not in HTML

but  i think html5 and latest browsers have features for custom tag also

since its a 2008 questions i think answer is 3
selected by
Answer:
Position:
Show:

Related questions

0 0 votes
0 answers 0 answers
1.8k
1.8k views
Ishrat Jahan asked Oct 29, 2014
1,801 views
Given below are some HTML lines.<img src = "pict.jpg" width = "256" height = "256" border = "0" usemap = "#map" / <map name = "map" <area shape = "poly" coords = "50, 50...
2 2 votes
2 answers 2 answers
4.6k
4.6k views
Ishrat Jahan asked Nov 3, 2014
4,575 views
A HTML form is to be designed to enable purchase of office stationery. Required items are to be selected (checked). Credit card details are to be entered and then the sub...
3 3 votes
1 answers 1 answer
3.9k
3.9k views
Ishrat Jahan asked Nov 2, 2014
3,898 views
Given below are several usages of the anchor tag in HTML.<A HREF = "http://www.gate.ac.in/HTML/BASIC/testpage.html">Test Me</A><A HREF = "/BASIC/testpage.html">Test Me</A...
1 1 vote
1 1 answer
782
782 views
gatecse asked Dec 9, 2020
782 views
The default character encoding in $\text{HTML5}$ is _________$\text{UTF-16}$$\text{UTF-32}$$\text{UTF-8}$$\text{ISO-8859-1}$