Please answer the question number 4
Answers
Answer:
<quiz>
<title> this is quiz</title>
<items>
<item>
<question>which is the capital state of india</question>
<answer>Mumbai</answer>
<answer ans="y">Delhi</answer>
<answer>Kolkata</answer>
<answer>Chennai</answer>
</item>
<item>
<question>which day is celebrated as India's independence day </question>
<answer>14 Aug</answer>
<answer>15 Sept</answer>
<answer>26 Jan</answer>
<answer ans="y">15 Aug</answer>
</item>
</items>
</quiz>
Explanation:
there is opning and closing tag for each element
i opened quiz and closed it using /
similarly for others.
elements value is enclosed by tags. in first item element title tag has its value "this is title". so for others.
follow same structure to add more item in items tag.
i hope it will help you.