|
|
Each frame should have a title, even though browsers don't display the title. Use the title attribute with the <frame> tag to describe the content of the frame. This allows users who are not able to access multiple frames simultaneously to pick which frame to look at. Treat frame titles like link titles and make sure that they have names that provide a good idea about the content of the frame. For example:
<frameset rows="10%, 90%" title="Anite Public Sector web site"> If you do use frames, use the <noframes> attribute to provide an alternative for browsers that can’t handle frames. |
More information An overview of the accessibility guidelines Provide context and orientation information Title each frame Describe the purpose of frames Divide large blocks of information into more manageable groups |