Horje

Use Style Iframe Height and Width

Or you can add the style attribute and use the CSS height and width properties:
index.html
Example: HTML
<iframe src="demo_iframe.htm" style="height:200px;width:300px;" title="Iframe Example"></iframe> 

Output should be:

Use Style Iframe Height and Width




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Iframes
Uploaded by:
Admin