Each region of a divided image that is associated with a URL is known as a(n) ____________________.

Fill in the blank(s) with the appropriate word(s).


hot zone

Computer Science & Information Technology

You might also like to view...

Which of the following initializer lists would correctly set the elements of array n?

a. int[] n = {1, 2, 3, 4, 5};. b. array n[int] = {1, 2, 3, 4, 5};. c. int n[5] = {1; 2; 3; 4; 5};. d. int n = new int(1, 2, 3, 4, 5);.

Computer Science & Information Technology

To associate a style sheet with screen devices that are greater than or equal to specific width, use the query ____.

A. media =  "screen and (max-width: value)" B. media = "screen and (min-width: value and max-width: value)" C. media =  "screen and (orientation: type)" D. media =  "screen and (min-width: value)"

Computer Science & Information Technology

Which of the following is NOT a method to create a new database?

A) Blank desktop database B) Database wizard C) Database template D) Custom web app

Computer Science & Information Technology

To make a new style available in other documents, in the Modify Style dialog box select the ________ option button

A) New documents based on this style B) New documents based on this template C) Use in all documents D) Use in other documents

Computer Science & Information Technology