CIW
1D0-61B · Question #54
You are modifying an existing Web page that needs to validate as HTML5 code. To create a inside the <map> </map> container tags?
Sign in or unlock 1D0-61B to reveal the answer and full explanation for question #54. The question stem and answer options stay visible for context.
HTML5 Coding
Question
You are modifying an existing Web page that needs to validate as HTML5 code. To create a inside the <map> </map> container tags?
Options
- A<area shape="rectangle" coords="78, 0, 156, 75" href="http://www.xyz.com" alt="xyz" />
- B<area shape="rectangle" coords="78, 0, 156, 75" href="www.xyz.com" alt="xyz" />
- C<area shape="rect" coords="78, 0, 156, 75" href="http://www.xyz.com" alt="xyz" />
- D<area shape="rect" coords="78, 0, 156, 75" href="http://www.xyz.com / >
Unlock 1D0-61B to see the answer
You've previewed enough free 1D0-61B questions. Unlock 1D0-61B for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#HTML5#map element#image maps#area element