<?xml version="1.0" encoding="UTF-8"?>
<quiz>
   <question type="multiple" number="1">Which is (are) the root element of an HTML document?
      <answers>
         <answer choice="a" >&lt;HTML&gt;</answer>
         <answer choice="b">&lt;/HTML&gt;</answer>
         <answer choice="c" >&lt;HTML&gt; &amp; &lt;body&gt;</answer>
         <answer choice="d" correct="true">&lt;HTML&gt; &amp; &lt;/HTML&gt;</answer>
      </answers>
   </question>
</quiz>

