When a Web site visitor selects a checkbox, a(n) ____ appears in it.

A. X
B. bullet
C. circle marker
D. check mark


Answer: D

Computer Science & Information Technology

You might also like to view...

MC Two or more fields that form the primary key are referred to as the________primary key.

a) multiple. b) compound. c) duplicate. d) None of the above.

Computer Science & Information Technology

The output of the following program is

number=2 while [ $number -gt 0 ] do echo "$number \c" number=`expr $number - 1` done a: "number \c" b: number number c: 2 1 d: 1 2 e: 0 1 2

Computer Science & Information Technology

Which CSS property configures the capitalization of text?

a. font-type b. text-transform c. text-decoration d. font-weight

Computer Science & Information Technology

Font ____ refers to attributes, such as bold, italic, and underline.

A. typeface B. style C. emphasize D. usage

Computer Science & Information Technology