1.

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
Answer» E.


Discussion

No Comment Found