Skip to content | CR
Home | DSPS | High
Tech Center Home | Creating Accessible Web Pages
What is wrong
with this web page in regards to accessibility?
- Links are too small and missing separation character between links.
- Missing
Skip Navigation
- no bread crumbs, i.e. "CR Web Accessibility > Accessible Example" in order to let the users know, how did they get here?
- Missing "alt text" on graphics: a screen reader user would only hear "In case of at your immediately leave and go to a neighbor's and" which makes no sense. The graphics need to be labeled.
- click here -- no descriptive links so the link makes no sense when read out of context.
Poor HTML coding (view the source code):
- missing doctype as the first line of the document:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
- missing language: <html lang=en>
- missing title in <head>: <title>untitled page</title>
And if you have time, it's best to meet Level II and Level III priorities and avoid...
- use of deprecated <font> tag -- use Cascading Style Sheets (CSS) instead
- use of <blockquote> for indenting -- use CSS instead
- missing <acronym title="College of the Redwoods"> on CR
- missing <abbr title="extension"> tag on phone number x4557
- and more ??
CR
Home DSPS High
Tech Center Home CR Web Accessibility
Inaccessible Web Page Example-- don't
do this when you create online documents and Web pages
In case of
at
your 
immediately leave and go to a neighbor's
and

click here for a more accessible example
click here to return to the CR Accessibility Homepage
For more information please contact:
or
phone: x4557
What's wrong with this web page regarding accesibility?
See above for some accessibility
issues with this web page.