How to specify the attributes with multiple values?
Options
- < myElement myAttribute="value1" myAttribute="value2"/>
- < myElement myAttribute="value1 value2"/>
- attributes cannot have multiple values
- < myElement myAttribute="value1, value2"/>
CORRECT ANSWER : attributes cannot have multiple values
Write your comments