Aptitude
December 12, 2023Aptitude
December 12, 2023Question 1683 – Web-Technologies
To declare the version of XML, the correct syntax is
Correct Answer: C
Question 91 Explanation:
1.XML stands for eXtensible Markup Language.
2.XML was designed to store and transport data.
3.XML was designed to be both human- and machine-readable.
Syntax: < ?xml version=”1.0″/ >
2.XML was designed to store and transport data.
3.XML was designed to be both human- and machine-readable.
Syntax: < ?xml version=”1.0″/ >
< ?xml version=’1.0’/ >
< *xml version=’1.0’/ >
< ?xml version=”1.0″/ >
< /xml version=’1.0’/ >
