Section 508 Workshop
Site Overview
508 Guidelines
Example Page (Not Compliant)
Example Page (Compliant)
Quiz
Glossary
Resources
Contact Us
What would be the most appropriate "alt" attribute for an image that is purely decorative?
alt=""
alt="Decorative image"
alt="A pretty image that I thought would liven this page up and make your browsing experience more enjoyable!"
What would be the most appropriate "alt" attribute for an image that is hyperlinked and contains text that reads "News"?
alt="News"
alt="Click here for News"
How can you test your pages to make sure that you are not using color to convey information?
Which of the following identifies a header cell of a column in a data table?
<td scope="col">
<tr scope="col">
<td scope="row">
<tr scope="row">
Which of the following identifies a header cell of a row in a data table?
Does each cell in a data table require a scope attribute in it's cell tag?
If you provide a hyperlink to a PDF document, what else must you provide on the same page?
Out of the 16 guidelines, how many require that you know anything about HTML when using FrontPage to edit your web pages?