Latest web development tutorials

HTML frame noresize property

HTML frame Tag Reference HTML <frame> tag

Examples

You can not adjust the size of a frame:

<frameset cols="50%,50%">
<frame src="frame_a.htm" noresize="noresize">
<frame src="frame_b.htm">
</frameset>

try it"

Browser Support

Internet ExplorerFirefoxOperaGoogle ChromeSafari

All major browsers support noresize property.


Definition and Usage

HTML5 does not support the <frame> tag.

noresize attribute specifies the user can not adjust the size of the <frame> element.

By default, <frameset> each <frame> frame size can be changed by dragging the frame border between the property can lock the size of the frame.


grammar

<frame noresize="noresize">

Property Value

描述
noresize 用户无法调整框架的大小。


HTML frame Tag Reference HTML <frame> tag