Multiple choice technology

XML elements cannot be empty

  1. True

  2. False

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

XML elements can be empty using self-closing syntax like
or . Empty elements are perfectly valid in XML and are commonly used for elements without content.