I came accross this attribute for frames in HTML:noresize, which is meant to make the frame size fixed. However, despite using this attribute as under, the frame size changes on changing width of browser. What is this attribute used for. Does it work with frames only or also with iframes.
<frameset cols="*,*,*">
<frame
src="bianca.html"
longdesc="https://www.google.com"
noresize="noresize" style="height: 800px; width:400px"
>
<frame src="second.html" >
<frame src="second.html">
</frameset>