<iframe src="" width="" height="">
The width and height attributes of the IFRAME element specifies the width and height of the iframe.
<iframe src="example.html" width="300" height="100"></iframe>
Attribute |
Value |
Explanation |
width=" " |
pixels or % |
the size of the width |
height=" " |
pixels or % |
the size of the height |
Example