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