Computer Science, asked by Boxkuldeep, 1 year ago

Describe the two parts of xml document

Answers

Answered by sanak132001
0
An XML document consists of threeparts, in the order given: An XMLdeclaration (which is technically optional, but recommended in most normal cases) A document type declaration that refers to a DTD (which is optional, but required if you want validation) A body or documentinstance (which is required)
Similar questions