Select the attributes that are used in the area element to configure a clickable area on an image map.

a. src, left, top, alt
b. href, left, top, alt
c. href, coords, shape, alt
d. src, coords, shape, alt


c. href, coords, shape, alt

Computer Science & Information Technology

You might also like to view...

Which of the following positions the file pointer for a file that has been opened for reading and writing?

a) Use the size() member function on the file stream to position the file pointer. b) Use the seekp(arg) fstream member function with the number of records (counting the first record as 0) as argument to position the file pointer. c) Use the seekp(arg) fstream member function with the number of bytes to the record in question (counting the first byte as 0) as argument to position the file pointer. d) Use the sizeof operator to determine the number of bytes in the file stream.

Computer Science & Information Technology

What do badges do in a smartphone or tablet interface?

What will be an ideal response?

Computer Science & Information Technology

An effect that moves an object along a line or curve is called a(n) ________

A) animation path B) transformation C) object path D) motion path

Computer Science & Information Technology

Put the following five steps in the order in which you would perform them to use the Paste Special function.1. Select and copy a range.2. Click the Paste button arrow in the Clipboard group on the HOME Tab.3. Specify exactly what you want to paste.4. Click Paste Special to open the dialog box.5. Select the range where you want to paste the Clipboard contents.

A. 1, 2, 4, 3, 5 B. 1, 2, 4, 5, 3 C. 1, 5, 2, 4, 3 D. 1, 5, 2, 3, 4

Computer Science & Information Technology