Iframe: No Border

By default, an iframe has a black border around it. To remove the border, add the style attribute and use the CSS border property:

<iframe src="boo.html" style="border:none;width:350px;height:300px;"></iframe>
Default Iframe: Iframe without border:


Back button Table of Contents Next button