------- How can we make attributes have multiple values: - Find The Answeres -->

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