'frame' Syntax and Note : frame « HTML Tag Reference « HTML CSS Reference






'frame' Syntax and Note

Note:

This element creates a single frame within the <frameset> element. 
Frameset divides the browser window into multiple windows.
Frame can be nested.
The <frameset> tag replaces the <body> tag.
    
Syntax:
    
<frame attributes events>
    

      
      








Related examples in the same category

1.'frame' HTML Attributes
2.'frame' Event Handlers
3.'frame' CSS Attributes and JavaScript Style Properties
4.'frame' Example
5.'frame' Microsoft Behaviors
6.'frame' Microsoft Filters
7.'frame' JavaScript Properties
8.'frame' JavaScript Methods
9.'frame' JavaScript Collections
10.'frame' JavaScript Objects