Multiple choice technology web technology

XML attribute values must always be enclosed in quotes

  1. True

  2. False

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

XML attribute values MUST always be enclosed in quotes (either single or double quotes). This is a strict requirement in XML syntax. Unquoted attributes will cause parsing errors. For example: is correct, but is invalid.