<html>
<body>
<h2>Custom Iframe Border</h2>
<p>With CSS, you can also change the size, style and color of the iframe's border:</p>
<iframe src="demo_iframe.html" style="border:2px solid red;"></iframe>
</body>
<!-- Mirrored from www.w3schools.com/html/tryit.asp?filename=tryhtml_iframe_border2 by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:33:16 GMT -->
</html>