Code has been added to clipboard!
Deprecated HTML scrolling Attribute
Example
<frameset cols="40%, 60%">
<frame src="frame.html">
<frame src="learn.html" scrolling="auto">
</frameset>
Code has been added to clipboard!
<frameset cols="40%, 60%">
<frame src="frame.html">
<frame src="learn.html" scrolling="auto">
</frameset>