A. s.removeAllValues(); B. s.removeAllAttributes(); C. s.removeAttribute("myAtt1");s.removeAttribute("myAtt2"); D. s.getAttribute("myAtt1",UNBIND); s.getAttribute("myAtt2",UNBIND);