There is a ____ between the a element and each pseudo-class selector.

A. period
B. hyphen
C. comma
D. colon

Answer: D

Computer Science & Information Technology

You might also like to view...

The ideal type of loop to use for repeating a menu is a(n) ________ loop.

A) do-while B) for C) sentinel controlled D) infinite E) nested

Computer Science & Information Technology

Which of the following is not one the rules for forming structured programs?

a. Begin with the “simplest activity diagram.” b. Any transition arrow can be reversed. c. Any action state can be replaced by two action states in sequence. d. Any action state can be replaced by any control statement.

Computer Science & Information Technology