Question

Consider <button onclick='ounce=8'> S </button>
A) This will set both onclick and ounce to 8.
B) The first equal sign is some HTML, the second is some JavaScript.
C) This is an error: <button> does not use a closing tag.
D) This is an error: only one = is allowed.

Answer

This answer is hidden. It contains 1 characters.