Multiple choice technology programming languages 1.Which tag is must for compilation of mxml file? Box Application Button Panel Reveal answer Fill a bubble to check yourself B Correct answer Explanation In Flex/MXML development, the Application tag is the required root element that every MXML file must have. Other components like Box, Button, and Panel are child elements used within the Application tag.