Identify the letter of the choice that best matches the phrase or definition.

A. A design consideration for this type of page element is "Do they all include alternate text?"
B. A design consideration for this type of page element is "Do they include summaries or headings?"
C. A design consideration for this type of page element is "Has the embedded code been provided that searches for the appropriate plug-ins and prompts missing plug-ins to download?"
D. A design consideration for this type of page element is "Are the font sizes large enough for users to read?"
E. A design consideration for this type of page element is "Will the site pass the W3C Priority 1 Checkpoints?"

A. images
B. tables
C. media objects
D. text
E. accessibility

Computer Science & Information Technology

You might also like to view...

How can an IPv6 interface ID be assigned to a host?

What will be an ideal response?

Computer Science & Information Technology

What is wrong with this code?

``` for(int i = 0; i > 5; ++i) ``` A. Nothing. B. It’s missing a ; C. It can’t have int i inside the () D. It will never execute.

Computer Science & Information Technology