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>