Computer Science, asked by akshu23, 1 year ago

which is the correct statement

Attachments:

Anonymous: d)
akshu23: r u shure
roopkor23: a) xml must have a closing tag
akshu23: hmm
akshu23: thnks
NOTkethan: it is d)
NOTkethan: not a)
NOTkethan: this question is there on aglasem.com and in that the answer is d)
Anonymous: yes d sure

Answers

Answered by ManavRaj
9
b is right ......... ...
Answered by qwwestham
0

The correct statement, among the given options, is "All XML elements must have a closing tag". (option a)

  • XML refers to the Extensible Markup Language. It is a markup language and it can be said that it is used for describing data.
  • In XML, unlike HTML, a closing tag is a must. Without it, the element will not work. Thus, option a is correct.
  • It is not necessary that all elements in XML are in lower case. So, option b is incorrect.
  • DTD or Document Type Definition is not required in the case of XML. Hence, option c is also incorrect.
  • Thus, the correct answer is option a.

#SPJ3

Similar questions