Computer Science, asked by jaber9356, 1 year ago

List the important points to create an XML document.

Answers

Answered by Anonymous
1

Answer:

  • All XML must have a root element.
  • All tags must be closed.
  • All tags must be properly nested.
  • Tag names have strict limits.
  • Tag names are case sensitive.
  • Tag names cannot contain spaces.
  • Attribute values must appear within quotes ("").
  • White space is preserved.
Answered by Anonymous
11

Hiii dude.......

XML is a file extension for an Extensible Markup Language (XML) file format used to create common information formats and share both the format and the data on the World Wide Web, intranets, and elsewhere using standard ASCII text. XML is similar to HTML.

Similar questions