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
B Correct answer
Explanation

XML attribute values MUST be enclosed in quotes - either double quotes (") or single quotes ('). This is a fundamental XML syntax rule. For example, is valid but is not.