Sunday, January 13, 2019

IFRAME HEIGHT & WIDTH

IFRAME HEIGHT & WIDTH :  

Use the height and width attributes to specify the size of the IFRAMES ,the attribute values are specified in pixels by default, but they can also be in percent.

EXAMPLE:-


<html>

<body>

<iframe src="example_iframe.htm" 
width="200" height="200"></iframe>

</body>

</html>

OUTPUT:-   
sk.

No comments:

Post a Comment

Internal Javascripts

Internal Javascripts :    The script code can be written directly into the HTML document. script code is placed in header of the docume...