Choose the technique below that will provide for accessibility when a web page uses graphics for the main navigation links

a. configure an alt attribute for each navigation image
b. provide text links in the page footer
c. provide text hyperlinks in the page footer and configure an alt attribute for each navigation image
d. no further action is needed if the image contains text

c

Computer Science & Information Technology

You might also like to view...

Which of the following is a Trojan written in assembly language that listens to port 7777?

a. Sub Seven b. Poison ivy c. GhostRat d. Tini

Computer Science & Information Technology

The Java statement:

g.fillOval(290, 100, 90, 55); a. Draws a filled oval with its center at coordinates x=290, y=100, with height=90 and width=55. b. Draws a filled oval with its leftmost point at coordinates x=290, y=100, with height=90 and width=55. c. Draws a filled oval bounded by a rectangle with its upper-left corner at coordinates x=290, y=100, with width=90 and height=55. d. Draws a filled oval bounded by a rectangle with its upper-left corner at coordinates x=290, y=100, with height=90 and width=55.

Computer Science & Information Technology