Multiple choice technology programming languages

attributes can contain multiple values

  1. True

  2. False

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

XML attributes cannot contain multiple values in a single attribute. Each attribute can hold only one value. To store multiple values, you must either use multiple attributes (e.g., which is invalid) or, properly, use separate elements or repeat the child element.