<html>
<body>
<h2>HTML Iframes</h2>
<p>You can also use the CSS height and width properties to specify the size of the iframe:</p>
<iframe src="demo_iframe.html" style="height:200px;width:300px"></iframe>
</body>
<!-- Mirrored from www.w3schools.com/html/tryit.asp?filename=tryhtml_iframe_height_width_css by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 05 Jun 2019 13:14:16 GMT -->
</html>