Code has been added to clipboard!

Deprecated HTML marginwidth Attribute

Example
<frameset cols="30%, 70%">
  <frame src="contact.html" marginwidth="60">
  <frame src="main.html" marginwidth="10">
</frameset>