Skip to main content

HTML IFRAME

 HTML IFRAME <TAG>


<iframe src="your url here" height="your height here" width="your width here">

OUTPUT










src:stand for source.

height:Used for increase iframe height.

width:Used for increase iframe widht.


Comments