Which one of these is not on the author’s list of “low-hanging fruit” that everyone should do?
a. Include alt text for all images
b. Put a “Skip to Main Content” link at the beginning of each page
c. Make sure all text is written at a sixth-grade reading level
d. Make all content accessible by keyboard
e. Create sufficient contrast between text and background
c. Make sure all text is written at a sixth-grade reading level
You might also like to view...
Which of the following defines the C-string containing “Hello”?
a. char stringVar[10] = “Hello”; b. char stringVar[10] = {‘H’, ‘e’, ‘l’, ‘l’, ‘o’}; c. char stringVar[10] = {‘H’, ‘e’, ‘l’, ‘l’, ‘o’, ‘\0’}; d. char stringVar[6] = “Hello”; e. char stringVar[] = “Hello”;
Images may be displayed in labels and:
A) lists B) buttons C) combo boxes D) panels
You determine which fields of information are displayed in the master page and which fields of information are displayed in the detail page when you set the parameters for the pages.
Answer the following statement true (T) or false (F)
Designers sometimes use absolute positioning in very specific cases to achieve certain effects.
Answer the following statement true (T) or false (F)