Question 1 - When is a D-link or long description attribute necessary to make an image accessible?
The correct answer is: If an image or its purpose in the site is very complex and needs to be explained in a paragraph or several paragraphs.
Question 2 - For accessibility purposes, videos that are used on the web should be:
The correct answer is: Captioned so that the text transcription of all audio content can be viewed from within the video player.
Question 3 - Which of the following statements about formatting is true?
The correct answer is: All of the above.
Although Section 508 doesn't specifically mention text sizing or the use of HTML headings, they can make a document much easier to use for individuals with disabilities.
Heading must be used in descending order to validate. The only way is to do it with css is you are to use headings in html it will not work. Use heading tags only for headings. Don't use them just to make something bold. Use other tags for that.
Question 4 - True or False. All image maps are inaccessible.
The correct answer is: False. Image maps should be client side image maps and contain alt-text for each map region.
Client side image maps that are properly implemented pose no accessibility issues. Alt-text should be used to identify each map region.
Question 5 - What is the WAVE?
The correct answer is: An HTML validation tool that evaluates the compliance of a web page.
The WAVE is a popular tool used by designers to evaluate the accessibility of their web pages.
Question 6 - Identify the function of the HTML NOSCRIPT tag.
The correct answer is: NOSCRIPT is a tag that holds content summarizing the functionality of a programming script. This content is displayed only by browsers that don't support
scripting.
Question 7 - Which characteristic of a data table should you consider for accessibility?
The correct answer is: Both C and D.
The linear order is a primary concern for all tables. If colors are used in the table, you will need to consider the contrast between foreground and background.
Question 8 - Which mandate is part of the Talking Hands award policy?
The correct answer is: None of the choices.
Question 9 - True or False. The Talking Hands web accessibility policy was enacted in 1998 and has not been changed.
The correct answer is: False.
The Talking Hands accessibility policy was adpted starting with Bobby 3.0 in 1998 and has been upgraded and improved on a continuous basis since that date.
Question 10 - Which definition best explains the concept of the skip navigation link?
The correct answer is: A skip navigation link allows a user to bypass all site navigation and proceed directly to the page content.
Copyright:1986-2008