Multiple choice technology web technology

The asterisk at the end of an element name in a DTD means its

  1. The DTD contains zero to many of this elemen

  2. The end of the list of elements

  3. The beginning of the list of elements

  4. The DTD contains this element and fewer elements

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In DTD syntax, an asterisk (*) following an element name indicates that the element can occur zero or more times (zero to many). For example, means a book can have zero or more chapters.