Multiple choice technology web technology

All open XML elements must have a closing tag

  1. True

  2. False

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

XML elements can be closed in two ways: with a separate closing tag () OR as a self-closing tag (). Self-closing tags don't require a separate closing tag, making the statement false.