HTML frameset cols Attribute
HTML <frameset> tag
Definition and Usage
The cols attribute specifies the size of, and number of columns in the frameset.
Syntax
<frameset cols="cols_size">
|
Syntax Example
<frameset cols="90,50%,*">
|
Attribute Values
Value |
Description |
pixels |
Specifies column size in pixels. |
percent |
Specifies the column size in percent. |
* |
Specifies the rest of the available space should be
assigned this column. |
Note: The number of attribute values used defines the number of
columns.
Browser Support

The attribute is supported in all major browsers.
Example
<html>
<frameset cols="90,50%,*">
<frame src="frame_a.htm" />
<frame src="frame_b.htm" />
<frame src="frame_c.htm" />
</frameset>
</html>
|
Try-It-Yourself Demos
frameset
cols attribute example
Specify the size and number of columns in a frameset.
HTML <frameset> tag
Learn how your website performs under various load conditions
 |
|
WAPT
is a load, stress and performance testing tool for websites and web-based applications.
In contrast to "800-pound gorilla" load testing tools, it is designed to minimize the learning
curve and give you an ability to create a heavy load from a regular workstation.
WAPT is able to generate up to 3000 simultaneously acting virtual users using standard hardware configuration.
Virtual users in each profile are fully customizable. Basic and NTLM authentication methods are supported.
Graphs and reports are shown in real-time at different levels of detail, thus helping to manage the testing process.
Download the free 30-day trial!
|
|