Multiple choice technology architecture Root tag in Ant script? Project Root Directory folder Reveal answer Fill a bubble to check yourself A Correct answer Explanation The Project tag is the root element in an Ant build script - all other elements (targets, tasks, properties) are nested within it. Every valid build.xml must start with a tag as the root. 'Root', 'Directory', and 'folder' are not valid Ant tags.