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...

LCD stands for ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Macros are defined

a) in an #include preprocessor directive b) in a #define preprocessor directive c) in a #macro preprocessor directive d) using keyword #MACRO in a C function.

Computer Science & Information Technology