W3Schools.com

HTML <frameset> rows Attribute

HTML frameset Tag Reference HTML <frameset> tag

Example

A frameset with three rows:

<frameset rows="25%,*,25%">
  <frame src="frame_a.htm" />
  <frame src="frame_b.htm" />
  <frame src="frame_c.htm" />
</frameset>

Try it yourself »

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The rows attribute is supported in all major browsers.


Definition and Usage

The rows attribute specifies the size of, and the number of rows in a <frameset>.

Each frame’s height is specified in the rows attribute in a comma-separated list.

Note: The number of rows attribute values specified, defines the number of rows in the <frameset>.


Syntax

<frameset rows="pixels|%|*">

Attribute Values

Value Description
pixels The row height in pixels (like "100px" or just "100")
% The row height in percent of the available space (like "50%")
* The rest of the available space should be assigned this row


HTML frameset Tag Reference HTML <frameset> tag
WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Best Hosting Coupons
UK Reseller Hosting
Cloud Hosting
Top Web Hosting
$3.98 Unlimited Hosting
Premium Website Design
WEB BUILDING
XML Editor - Free Trial!
FREE Website BUILDER
Best Website Templates Top CSS Templates
CREATE HTML Websites
EASY WEBSITE BUILDER
W3SCHOOLS EXAMS
Get Certified in:
HTML, CSS, JavaScript, XML, PHP, and ASP
W3SCHOOLS BOOKS
New Books:
HTML, CSS
JavaScript, and Ajax
STATISTICS
Browser Statistics
Browser OS
Browser Display
SHARE THIS PAGE