Which of the following is NOT one of the four commonly used pseudo-class selectors?

A. a:visited
B. a:selected
C. a:link
D. a:active


Answer: B

Computer Science & Information Technology

You might also like to view...

A black ________ is the formatting mark that indicates that a title assigned a Heading style is formatted to always stay with the next paragraph

A) circle B) checkmark C) square D) diamond

Computer Science & Information Technology

The mouse shortcut for selecting a word is to ________ the word.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which statement describes a capability of routers?

A. Routers allow a MAC address to be assigned to each computer. B. Routers use the computer name to forward data. C. Routers allow network connections across data lines that do not use Ethernet. D. Routers allow a network administrator to configure hardware settings.

Computer Science & Information Technology

What is the correct statement when declaring and assigning the value of 100 to an Integer variable called numPeople?

A. Set numPeople = 100 B. Dim numPeople = Math.Int(100) C. numPeople = 100 D. Dim numPeople As Integer = 100

Computer Science & Information Technology