3,629 views

2 Answers

1 votes
1 votes

Option C

Explanation

<?xml version="1.0" encoding="UTF-8"?>


This line is called XML Prolog .

The XML prolog is optional. If it exists, it must come first in the document.XML documents can contain international characters, like Norwegian øæå or French êèé.To avoid errors, you should specify the encoding used, or save your XML files as UTF-8.UTF-8 is the default character encoding for XML documents.

source : W3schools XML Syntax

edited by
Answer:

Related questions

4 votes
4 votes
3 answers
1
go_editor asked Jun 19, 2016
3,221 views
To add a background color for all <h1 elements, which of the following HTML syntax is usedh1 { background-color :#FFFFFF}{ background-color :#FFFFFF} . h1h1 { background-...
5 votes
5 votes
2 answers
2
ajit asked Oct 15, 2015
3,439 views
The correct syntax to write "Hi there" in Javascript isjscript.write ("Hi There")response.write ("Hi There")print ("Hi There")print.jscript ("Hi There")
5 votes
5 votes
1 answer
3
sh!va asked May 7, 2017
3,388 views
XPath is used to navigate through elements and attributes inXSL documentXML documentXHTML documentXQuery document