Question: Which form event is fired on the click of a button using a button tag with its type attribute value equal to submit?
A
B
C
D
E
onload
B
onsubmit
C
onunload
D
onreset
E
none
Note: Not available
<img src ="states.gif" width ="330" height ="406" alt="States" usemap ="#statemap" />What code should follow this?
<map id ="statemap" name="statemap"><area shape ="rect" coords = "0,0,82,126" href="state.html"alt="state1" /></map>
<map id ="statemap" name="statemap"></map><area shape ="rect" coords ="0,0,82,126" href="state1.htm"alt="State1" />
<map id ="statemap" name="statemap"><imgarea shape ="rect" coords ="0,0,82,126" href="state1.htm"alt="State1" /></map>
<map id ="statemap" name="statemap"></map><imgarea shape ="rect" coords ="0,0,82,126" href="state1.htm"alt="State1" />