HTML <frameset>
rows
Attribute
HTML <frameset>
Tag
Example
A three-row frame:
Browser Support
All major browsers support the rows
attribute.
Definition and Usage
The rows
attribute specifies the size and number of rows in a <frameset>
.
The height of each frame is specified in the rows
attribute as a comma-separated list.
Note: Once the number of rows
attribute values is defined, it determines the number of rows in the <frameset>
.
Syntax
Attribute Values
Value |
Description |
pixels |
Specifies the row height in pixels (e.g., "100px" or just "100"). |
% |
Specifies the row height as a percentage of the available space (e.g., "50%"). |
* |
The remaining available space is allocated to this row. |