Look at the following XML fragment:
<bookstore> <book category="cooking">
<title lang="en">Everyday Italian</title>
<author>Glada De Laurentils>/author>
<year>2005</year>
<price>30.00</price>
</book>
</bookstore>
In the XML above, the <title> element is the ________.
- last child of <book> element.
- first child of the <book> element.
- last child of <bookstore> element
- first child of the <bookstore> element