HTML - Tags - <noframes>

#92 of 147
noframes

 <html>
 <body>
     <frameset> cols="20%,*,20%">
         <frame> src="left.html">
         <frame> src="main.html">
         <frame> src="right.html">
         <noframes>
             Content for browsers that do not support frames.
         </noframes>
     </frameset>
 </body>
 </html>
 

The noframes element displays alternative content for browsers that do not support frames.

A live example:


Content for browsers that do not support frames.


This example is simulated.

N of

Ads by Google


Ask a question, send a comment, or report a problem - click here to contact me.

© Richard McGrath