Multiple choice technology web technology

Special symbols can be inserted into an XML document using

  1. CDATA

  2. An attribute

  3. A UNICODE value

  4. A comment

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

Special symbols in XML can be inserted using Unicode values like © for copyright symbol © or € for € (ampersand-hash-number-semicolon). CDATA is for unparsed blocks, not for inserting individual special characters.