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?