Expression Web writes style rules in the style sheet in the order in which you create them, so always create your styles rules in this order: ____.

A. a:link, a:visited, a:hover, and a:active
B. a:visited, a:hover, a:active, and a:link
C. a:hover, a:active, a:link, and a:visited
D. a:active, a:link, a:visited, and a:hover


Answer: A

Computer Science & Information Technology

You might also like to view...

Which of the following is true of the || operator?

a) It has two operands. b) It can have one operand. c) It is the logical OR operator. d) It returns true if either operands is true. e) It uses short circuit evaluation.

Computer Science & Information Technology

The IP address 192.168.20.5 is an example of which of the following? (Select all that apply.)

a. A Class C IP address b. A Class B IP address c. A Class A IP address d. A private IP address

Computer Science & Information Technology

____________________ lets you use formatting properties such as font and color for application to a column or column group.

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

Computer Science & Information Technology

Why would a function prototype contain a parameter type declaration such as double &?

What will be an ideal response?

Computer Science & Information Technology