If a frameset
contains three or more frames, use a "longdesc"
attribute to help describe the purpose of the frames.
<frameset cols="25%,50%,25%"> <frame src="frame_1.htm" /> <frame src="frame_2.htm"
/> <frame src="frame_3.htm" /></frameset>
<frameset cols="25%,50%,25%" longdesc="description.html"> <frame src="frame_1.htm"
/> <frame src="frame_2.htm" /> <frame src="frame_3.htm" /> <noframes> <body>
This is more information for users without frames. It should contain links
to all the other frames. </body> </noframes></frameset>