Multiple choice technology programming languages

All elements need not have a closing tag

  1. True

  2. False

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

In XML, all elements must be properly closed, either with an end tag or as self-closing elements. This is different from HTML where some elements don't require closing tags. XML's strict well-formedness rules require all elements to be closed.