Cased-Based Critical Thinking QuestionsCase 4-1Ken has built a Web site for his homework assignment. He has his links for each chapter appear on the page with a blue background image behind each link. Ken has each link appear as green with no underline marks. Ken would like the background of his links to change to lightblue.jpg when the mouse pointer is over the link. Which style will he need to modify?

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


Answer: C

Computer Science & Information Technology

You might also like to view...

In a Word table, the intersection of a row and a column is called a(n) ____________________, and is filled with text.

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

Computer Science & Information Technology

What is the shortcut to marking index entries?

A) Shift+M B) Ctrl+Shift+I C) Alt+Shift+X D) Alt+Shift+I

Computer Science & Information Technology

____________________ orientation is 11" wide by 8.5" tall.

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

Computer Science & Information Technology

Which statement about pointers is false?

a) They can be defined to point to objects of any data type. b) The indirection operator * distributes to all comma-separated var-iable names in a definition. c) The letters Ptr in a pointer variable name are optional. d) A pointer may be initialized to 0, NULL or an address.

Computer Science & Information Technology