Building pagesPolicies, legal |
Accessible framesFrames should be avoided because they can cause usability problems. If you must use frames, each frame should be given a title that helps the user understand the frame's purpose. In addition, equivalent "no frames" information should be provided. Here are some tips on coding frames for accessibility. Add a title to each frame
Include a "noframes" elementFollow every occurrence of "frameset," with
a "<noframe>" element that directs users to the appropriate web page. You also may want to describe the layout,
purpose and relationship of the frames. In the example below, this
description is contained in the "frameset-desc.html" link.
|
To improve accessibility of frames, add titles to each frame element and a "no frames" option. |