How can we make attributes have multiple values:
A. <myElement myAttribute=”value1 value2″/>
B. <myElement myAttribute=”value1″ myAttribute=”value2″/>
C. <myElement myAttribute=”value1, value2″/>
D. attributes cannot have multiple values
Ans: D
A. <myElement myAttribute=”value1 value2″/>
B. <myElement myAttribute=”value1″ myAttribute=”value2″/>
C. <myElement myAttribute=”value1, value2″/>
D. attributes cannot have multiple values
Ans: D
Post a Comment