Page 1 of 1

You are modifying an existing Web page that needs to validate as HTML5 code. To create a rectangular hot-spot in an imag

Posted: Sat Jul 23, 2022 7:29 pm
by answerhappygod
You are modifying an existing Web page that needs to validate as HTML5 code. To create a rectangular hot-spot in an image map that links to www.xyz.com, which code would you nest inside the <map> </map> container tags?

A. <area shape="rectangle" coords="7S. 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 />