Question: In an XML DTD ATTLIST declaration, which default value is used to indicate that the attribute does not have to be included?

  1. `#DEFAULT`
  2. `#OPTIONAL`
  3. `#IMPLIED`
  4. `#FIXED`

Answer: The correct answer of the above question is Option A:`#DEFAULT`