Case-Based Critical Thinking QuestionsCase 2-2Max recently came back from Australia, where he developed a Web site about Australian animals. He used the following image to create the code for an image map, shown below the picture. When he tested the code in a browser, he discovered that the code does not work properly. He asked his brother Ethan to help him fix the code. Ethan asked him several questions in order to help him. (Note: The image size is 420 x 280 pixels.)

Australian Parrots

shape="rect" coords="100, 20, 440, 160" href="penguins.htm" alt="Australian Penguins" title="Australian Penguins" />Australian KangaroosAustralian Koalas

What tag(s) is/are missing in the code?

A. <a></a>
B. <imagemap>
C. </map>
D. <br />


Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following is false?

a. An entire non-char array cannot be input or output at once. b. Two arrays cannot be meaningfully compared with equality or relational operators. c. Arrays cannot be assigned to one another (i.e., array1 = array2;). d. C++ ensures that you cannot “walk off” either end of an array.

Computer Science & Information Technology

Why should a greeter use a script?

What will be an ideal response?

Computer Science & Information Technology

What is a method of the FileStream class that can read data into Flash from an external file?

What will be an ideal response?

Computer Science & Information Technology

Which of the following cannot be accessed via a hyperlink in Excel?

A) Another program B) Different worksheet C) Web page D) External workbook

Computer Science & Information Technology