Multiple choice technology web technology XML attribute values must always be enclosed in quotes True 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.