Window Container
HTML 4.01 Element Reference
Return to HTML 4.01 element index page
Name: Window Container
<frameset> ... </frameset>
Description: Used as a container for the separate frames. Acts as the <body>
element in a framed window.
Browser Compatibility: NN: 2.0+ / IE: 2.0+ / Opera: 4+
Attributes: |
|
Code Example:
<frameset rows="30%,50%">
<frame src="index2.html" name="main">
</frameset>
Comments: Replaces the <body>
element in the newly created frame.
Created: March 15, 2005
URL: https://webreference.com/html/reference/specs/