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