Code has been added to clipboard!

Deprecated HTML marginheight Attribute

Example
<frameset cols="20%, 80%">
  <frame src="demo.html" marginheight="20">
  <frame src="main.html" marginheight="40">
</frameset>