Self Check

Click the appropriate description for the following declaration:
<!ELEMENT mail (to*, from)>

  1. The declaration indicates that the child element to can appear any number of times in the scope of the mail element.
  2. The declaration indicates that the child element from can appear one or more times in the scope of the mail element.
  3. The declaration indicates that the child elements to and the from can occur any number of times in the scope of the mail element.
  4. The declaration indicates that the child element to can occur at most one time in the scope of the mail element.

The correct answer is:

  1. The declaration indicates that the child element to can appear any number of times in the scope of the mail element.