Dynamicdeezign, documentation of html and css
The guide to create your Web site on Internet
 

<noframes> : alternate content container for non frame-based rendering
The NOFRAMES element specifies content that should be displayed only by user agents that do not support frames or are configured not to display frames. User agents that support frames must only display the contents of a NOFRAMES declaration when configured not to display frames. User agents that do not support frames must display the contents of NOFRAMES in any case.
Attributes


Example

<html>
    <head>
    <title>non frameset title</title>
    </head>
    <frameset cols="50%, 50%">
    <frame src="main.html">
    <frame src="table_of_contents.html">
    <noframes>
    <p>here is the <a href="main-noframes.html">
    non-frame based version of the document.</a>
    </noframes>
    </frameset>
</html>







For complete reference see html reference at W3C
TK..13   TK..14   TK..15   TK..16   TL..1   TL..2   TL..3   TL..4   TL..5   TL..6   TL..7   TL..8   TL..9   TL..10  
TL..11   TL..12   TL..13   TL..14   TL..15   TL..16   TL..17   TL..18   TL..19   TL..20   TL..21   TL..22   TL..23   TL..24  
TL..25   TL..26   TL..27   TL..28   TL..29   TL..30   TL..31   TL..32   TL..33   TL..34   TL..35   TL..36   TL..37   TL..38  
TL..39   TL..40   TL..41   TL..42   TL..43   TL..44   TL..45   TL..46   TL..47   TL..48   TL..49   TL..50   TL..51   TL..52  
TL..53   TL..54   TL..55   TL..56   TM..1   TM..2   TM..3   TM..4   TM..5   TM..6   TM..7   TM..8   TM..9   TM..10  
TM..11   TM..12   TM..13   TM..14   TM..15   TM..16   TM..17   TM..18   TM..19   TM..20   TM..21   TM..22   TM..23   TM..24