- changed the h tag to a span with css for "Midterm Exam Answers" because it doesn't add to structure,
the title tag should provide enough emphasis (judgement call).
- changed the correct answers to blue to help red/green color blindness issues
- added an alt tag to the image
Midterm Exam Answers
The correct answers to yesterday's exam are in BLUE.
-
In web accessibility the WAVE
- is a web coding technique.
- is an assessment tool. It is a good first pass
for checking your web pages for
accessibility.
- is a web authoring tool.
- All of the above.
-
Web accessibility
- refers to web information/content
being obtainable and functional to people with disabilities.
- is about providing access to information for those who
would otherwise lose their opportunity to use the web.
- means a person with a disability is afforded the opportunity to acquire the same information, engage in the same interactions, and enjoy the same services as a person without a disability in an equally effective and equally integrated manner, with substantially equivalent ease of use.
- All of the above.
- Usability
is
- the art and science of designing systems or
products that are effective, efficient, engaging, error
tolerant and easy to learn.
- often confused with accessibility.
- aimed at making the
target population of the website happier, more efficient,
more effective.
- All of the above.
-
Which of the following statements are true?
- In HTML there are 6 levels of headings, h1 through
to h6.
- To maintain the logical structure of your documents,
headings should follow a logical progression.
- Headings of level 3 shouldn't follow directly from
headings of level 1, only from headings of level 2.
- Style sheets allow a web designer to very easily
apply any styling to a heading.
- All of the above.
-
- should never be used.
- should always be used.
- never require alt text.
- should be made accessibile and used when needed.
- All of the above.