Multiple choice technology programming languages

xml version =“1.0” encoding=”utf-8” ?> which tags are not mandatory for mxml file

  1. ?

  2. xml=”version”

  3. encode=”utf-8”

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The XML declaration is optional in MXML files, and within it, the encoding attribute is not mandatory. The question asks which part is NOT required, and encoding can be omitted while still having a valid MXML file.