You are modifying an existing Web page that needs to validate as HTML5 code. To create a
rectangular hotspot in an image map that links to www.xyz.com, which code would you nest
inside the <map> </map> container tags?
A.
<area shape=“rect” coords=“78. 0. 156, 75” href=http://www.xyz.com />
B.
<area shape=“rectangle” coords=“7S. 0. 156. 75” href=“http://www.xyz.com” alt=“xyz” />
C.
<area shape=“rectangle” coords=“78, 0. 156, 75” href=“www.xyz.com” alt=“xyz” />
D.
<area shape=“rect” coords=“78, 0, 156. 75” href=“http://www.xyz.com” alt=“xyz” />