Case 5-1Larissa is setting up her links in the default style. She is researching how to define the text attributes of all four hyperlink states.To define the active setting of the link, Larissa would like it to be red and underlined. The correct code would be ____.
A. a:click {color:red;text-decoration:line}
B. a:a {color:red;text-decoration:underline}
C. a:active {color:red;text-decoration:line}
D. a:active {color:red;text-decoration:underline}
Answer: D
Computer Science & Information Technology
You might also like to view...
What protection is needed for a banking organization’s internal 802.3 network?
a. WEP b. WPA c. WPA-2 d. None
Computer Science & Information Technology
You cannot apply conditional formatting in an Access report.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Linux stores information on its groups in the /etc/groups file.
a. true b. false
Computer Science & Information Technology
What is another way that the condition below could be written? ? ( num
A. (num < 11 || num < 10) B. (num > 9) C. ( (num < 10) && (num = 10) ) D. ( (num < 10) || (num = 10) )
Computer Science & Information Technology