The four pseudo-class selectors for links are

a) link, visited, active, and inactive
b) link, active, inactive, and hover
c) unvisited, visited, active, and inactive
d) link, visited, active, and hover


d) link, visited, active, and hover

Computer Science & Information Technology

You might also like to view...

Which of the following classes is the root of the class hierarchy?

a) object b) Point c) ToString d) None of the above

Computer Science & Information Technology

Assuming three ImageView objects named puppy, kitten, and bunny have been created, what does the following statement do?

``` HBox hbox = new HBox(5, puppy, kitten, bunny); ``` a. The number 5 refers to the number of ImageView objects so there will be two empty spots for two more ImageView objects. b. There will be five pixels of space between the controls horizontally in the container. c. The controls will be displayed vertically with five pixels between them. d. The statement does nothing; it contains an error.

Computer Science & Information Technology

The only reason to ever use ____ text is when you know your users have a very old version of the Flash Web browser plug-in.

a. TLF b. Classic c. Valence d. Heading

Computer Science & Information Technology

As a report is generated, information about that report appears on the status bar.

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

Computer Science & Information Technology