In the name of ALLAH, the most beneficient, the most merciful

Introduction to Web Services Development (CS311)

Question (select most suitable option)

  How can we make attributes have multiple values:
attributes cannot have multiple values
<myElement myAttribute="value1 value2" />
<myElement myAttribute="value1" myAttribute="value2" />
<myElement myAttribute="value1, value2" />