1) A key difference between the W3C and MS event model is that:
A) MS model does not support event capturing.
B) W3C model does not support event bubbling.
C) W3C model treats event handling as a global function and not a method of the HTML element it's registered on.
D) None of the above.
2) How do you write a conditional statement for
executing some statements only if "i" is...