Find the root

Report a typo

Here is an XML that describes a library with books:

<?xml version="1.0" encoding="UTF-8"?>
<library>
  <books>
    <book title="The Three-Body Problem"/>
    <book title="Modern Operating Systems"/>
  </books>
</library>

What is the root element here?

Select one option from the list
___

Create a free account to access the full topic