Which of the following XML fragment(s) is/are well formed?
(a) <?xml version=”1.0” encoding=”UTF-8”?>
(b) <?xml version=”1.0”?>
(c) <?xml encoding=” UTF-8”?>
(d) <?xml encoding=” UTF-8” version=”1.0”?>
Answers
Answered by
2
THE CORRECT XML well formed is
____________________
<?xml version=”1.0” encoding=”UTF-8”?>
____________________
<?xml version=”1.0” encoding=”UTF-8”?>
Answered by
1
hiii friend
here is your answer
<?xml version=”1.0” encoding=”UTF-8”?> is well formed XML fragment here.
glad to help you
hope it helps
thank you
here is your answer
<?xml version=”1.0” encoding=”UTF-8”?> is well formed XML fragment here.
glad to help you
hope it helps
thank you
Similar questions