Path: blob/main/files/en-us/web/html/element/frameset/index.md
6516 views
------{{HTMLSidebar}}{{Deprecated_header}}
The <frameset> HTML element is used to contain {{HTMLElement("frame")}} elements.
Note: Because the use of frames is now discouraged in favor of using {{HTMLElement("iframe")}}, this element is not typically used by modern websites.
Attributes
Like all other HTML elements, this element supports the global attributes.
cols{{Deprecated_Inline}}: This attribute specifies the number and size of horizontal spaces in a frameset.
rows{{Deprecated_Inline}}: This attribute specifies the number and size of vertical spaces in a frameset.
Example
Specifications
{{Specifications}}
Browser compatibility
{{Compat}}
See also
{{HTMLElement("frame")}}
{{HTMLElement("iframe")}}