5. Consider the XML code given below and answer the questions following it:
<book category = "text">
<bname> Understanding XML </bname>
<price> Rs. 375 </price>
</book>
a. How many elements are present in the above code?
b. How many attributes are there in the above code? Name them.
Answers
Answered by
4
Answer :(a) 3 elements are present in the above program
(b) 1 attribute is present i.e category =text
Answered by
0
Answer:
1. 4
2.(book category)
Similar questions