If an image named face.gif needs to be used as a bullet, the correct statement is ____.

A. list-style-image: face.gif;
B. list-style-image: img="face.gif";
C. list-style-image: url(face.gif);
D. list-style-image: src="face.img";


Answer: C

Computer Science & Information Technology

You might also like to view...

The first step in implementing any comprehensive and consistent function for practical use is to ____.

A. complete risk assessment B. establish risk tolerance C. find out what you already have D. review for completeness

Computer Science & Information Technology

Write C++ statements to accomplish each of the following:

a) Display the value of element 6 of character array alphabet. b) Input a value into element 4 of one-dimensional floating-point array grades. c) Initialize each of the 5 elements of one-dimensional integer array values to 8. d) Total and display the elements of floating-point array temperatures of 100 elements. e) Copy array a into the first portion of array b. Assume that both arrays contain doubles and that arrays a and b have 11 and 34 elements, respectively. f) Determine and display the smallest and largest values contained in 99-element floating- point array w.

Computer Science & Information Technology

The purpose of the __________ element is to configure a label for a fieldset element

a. label b. p c. form d. legend

Computer Science & Information Technology

The inspect method can be used to convert the contents of a hash into an array and vice versa.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology