Question:A developer wrote this image tag:
<img src ="states.gif" width ="330" height ="406" alt="States" usemap ="#statemap" />What code should follow this?
A
<map id ="statemap" name="statemap"><area shape ="rect" coords = "0,0,82,126" href="state.html"alt="state1" /></map>B
<map id ="statemap" name="statemap"></map><area shape ="rect" coords ="0,0,82,126" href="state1.htm"alt="State1" />C
<map id ="statemap" name="statemap"><imgarea shape ="rect" coords ="0,0,82,126" href="state1.htm"alt="State1" /></map>D
<map id ="statemap" name="statemap"></map><imgarea shape ="rect" coords ="0,0,82,126" href="state1.htm"alt="State1" />
+ AnswerC
+ Report