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
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
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.
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
As a report is generated, information about that report appears on the status bar.
Answer the following statement true (T) or false (F)