HTML/CSS/Frame Tags/noframes

Материал из Web эксперт
Перейти к: навигация, поиск

"noframes" delivers HTML content to those browsers that do not support frame

   <source lang="html4strict">

<HTML>

   <frameset rows="33%, 33%, *" cols="33%, 33%, *">
       <frame name="frame_1" src="http://www.wbex.ru">
       <frame name="frame_2" src="http://www.wbex.ru">
       <frame name="frame_3" src="http://www.wbex.ru">
       <frame name="frame_4" src="http://www.wbex.ru">
       <frame name="frame_5" src="http://www.wbex.ru">
       <frame name="frame_6" src="http://www.wbex.ru">
       <frame name="frame_7" src="http://www.wbex.ru">
       <frame name="frame_8" src="http://www.wbex.ru">
       <frame name="frame_9" src="http://www.wbex.ru">
   </frameset>
   <noframes>Your system doesn"t support frames.</noframes>

</html>


     </source>