HTML Iframe Set Height and Width Code For Website - Learn About Website | DaddyFile

0

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

 
Top