4. Create a valid XML document that satisfies the following:
.root element is quiz
quiz' contains the elements 'title' and 'items'
. 'items' contains one or more <item> elements
.item contain one question and four answer tags
. One of the answer tags must have an attribute 'ans = "y", which indicates the correct answer
. questions tag might appear before all the answers
Answers
Answered by
0
Answer:
Down
Explanation:
Create a valid XML document that satisfies the following:
.root element is quiz
quiz' contains the elements 'title' and 'items'
. 'items' contains one or more <item> elements
.item contain one question and four answer tags
. One of the answer tags must have an attribute 'ans = "y", which indicates the correct answer
. questions tag might appear before all the answers
Similar questions