Section 508 Workshop

Home

Site Overview

508 Guidelines

Example Page
(Not Compliant)

Example Page
(Compliant)

Quiz

Glossary

Resources

Contact Us

Quiz


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!"

This image does not require an "alt" attribute


What would be the most appropriate "alt" attribute for an image that is hyperlinked and contains text that reads "News"?

alt=""

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?
Examine the page with a monochrome monitor
Print the page on a black and white printer
View the page with your browser colors turned off
All of the above


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?

<td scope="col">

<tr scope="col">

<td scope="row">

<tr scope="row">


Does each cell in a data table require a scope attribute in it's cell tag?
Yes
No


If you provide a hyperlink to a PDF document, what else must you provide on the same page?
A disclaimer stating non-responsibility for third party plugin actions on a user's computer.
A hyperlink to download the Adobe Acrobat Reader
A link to a non-PDF version of the PDF document
All of the above


Out of the 16 guidelines, how many require that you know anything about HTML when using FrontPage to edit your web pages?
2
10
14
All

 


Copyright © 2002, College of the Canyons. All rights reserved.