<iframe src="https://www.google.com/" height="200" width="300" title="Iframe Example"></iframe>
<!-- Or you can add the style attribute and use the CSS height and width properties: -->
<iframe src="https://www.google.com/" style="height:200px;width:300px;" title="Iframe Example"></iframe>
<iframe src="https://www.google.com/" style="border:none;" title="Iframe Example"></iframe>
<!-- With CSS, you can also change the size, style and color of the iframe's border -->
<iframe src="https://www.google.com/" style="border:2px solid red;" title="Iframe Example"></iframe>