Multiple choice technology programming languages xml version =“1.0” encoding=”utf-8” ?> which tags are not mandatory for mxml file ? xml=”version” encode=”utf-8” None of the above Reveal answer Fill a bubble to check yourself C Correct answer Explanation In the XML declaration , the encoding attribute is optional (defaults to UTF-8). The version attribute is mandatory, but encoding can be omitted.