The element content model of a DTD uses the '+' symbol to indicate that the…
2017
The element content model of a DTD uses the '+' symbol to indicate that the element.
- A.
Occurs only once
- B.
Occurs one or not at all
- C.
Occurs zero or multiple times
- D.
Occurs one or multiple times
Attempted by 187 students.
Show answer & explanation
Correct answer: D
Correct Answer: Occurs one or multiple times In a DTD, the '+' quantifier means the element must appear one or more times (at least once).