|
You are here > Web Design > Web Accessibility > 36.2. Accessible Frame Source
Accessible Frame Source
To create an accessible frame source, the source of the FRAME element should always be an HTML file.
However, if the source of a FRAME is an image file, then you can't add an alternative text (ALT) attribute. Therefore, the source of the frame is inaccessible.
The solution is to link to a HTML file, which contains an image tag with alternative text attributes.
NOFRAMES Element >>>
|