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

In the XML declaration , the encoding attribute is optional (defaults to UTF-8). The version attribute is mandatory, but encoding can be omitted.