<html>
<body>
<h2>Remove the Iframe Border</h2>
<p>To remove the default border of the iframe, use CSS:</p>
<iframe src="demo_iframe.html" style="border:none;"></iframe>
</body>
<!-- Mirrored from www.w3schools.com/html/tryit.asp?filename=tryhtml_iframe_frameborder by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:33:16 GMT -->
</html>