<iframe src="" vspace="" hspace="">
Browser |
|
---|---|
Type |
|
The vspace and hspace attributes of the IFRAME element adds white space around the iframe.
<iframe src="example.html" vspace="30" hspace="30"></iframe>
Attribute | Value | Explanation |
---|---|---|
vspace=" " | pixels | vertical white space (the top and bottom sides) |
hspace=" " | pixels | horizontal white space (the left and right sides) |
Extension attributes. (Non standard attributes)