Code has been added to clipboard!

Deprecated HTML src Attribute

Example
<frameset rows="25%,25%,25%,*">
  <frame src="load.html">
  <frame src="demo.html">
  <frame src="main.html">
  <frame src="working.html">
</frameset>