?Internet Explorer supports grid styles using the _____ browser prefix.

A. ?-ms-
B. ?-fr-
C. ?-ie-
D. ?-wbr-

Answer: A

Computer Science & Information Technology

You might also like to view...

Which of the following is declared correctly and will not result in an error assuming x = 2 and y = 30?

a. ``` for ( var j = 10; j <= 80; j-- ) ``` b. ``` for ( var j = x, j <= y, j += 5 ) ``` c. ``` for ( var j = x; j <= 80 * y; j += 5 / x ) ``` d. ``` for ( var j = x; j <= 80 * y; j -= 5 ) ```

Computer Science & Information Technology

Client/server computing is defined as ____.

A. Two or more computers communicating B. Two or more information systems cooperatively processing to solve a problem C. A database using OLE Object fields D. A database using Web enabling technologies

Computer Science & Information Technology