0 votes
in XML by
What are XML attributes? Explain with an example.

1 Answer

0 votes
by

XML attribute values should always be quoted. Single or double quotes can be used in XML.

For example:

1) <Person degree = “PHD”>

2) <Person name = ‘Jacob’>

Related questions

0 votes
asked Sep 19, 2020 in XML by SakshiSharma
0 votes
asked Aug 13, 2020 in XML by SakshiSharma
...