Identify the syntax that allows the click point of the cursor to change the color of the cursor  image with the coordintaes of the centre of the image being 12, 6 respectively.

A. cursor:url(image.png) 12 6, pointer;
B. cursor:url(image.png)(12:6);
C. cursor(image.png).pointer 12, 6;
D. cursor (image.png)(url,12,6);


Answer: A

Computer Science & Information Technology

You might also like to view...

If c is a character variable that contains a digit, what does the following function return?

int digit_to_int(char c) { return ( int(c) – int('0')); } a. The ASCII value of c b. The character value of c c. The integer equivalent of the digit stored in c d. none of the above

Computer Science & Information Technology

As you are working on a Word document, it is a good idea to frequently save your document

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following loops supports two distinct forms of syntax?

A. while B. until C. loop D. None of the above

Computer Science & Information Technology

In a dialog box, the folder button is represented by a question mark

Indicate whether the statement is true or false

Computer Science & Information Technology