To extend the bottom border of a hyperlink across the complete width of a navigation list, change the ____ property of each hyperlink to block.

A. block
B. display
C. border-display
D. auto

Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following is a configuration option for the ping command?

A) The IP address of the destination B) The timeout for an echo reply C) The route to take D) The default gateway of the first hop

Computer Science & Information Technology

How many bases cases does a recursive binary search of a sorted array have?

a. 0 b. 1 c. 2 d. 3

Computer Science & Information Technology