Iframe - Set Height and Width Explain
Use the height and width attributes to specify the size.
The attribute values are specified in pixels by default, but they can also be in percent (like "80%").
Html Code:
<iframe src="demo_iframe.htm" width="200" height="200"></iframe>
Post a Comment