HTML DOM Image vspace 属性
HTML DOM Image vspace 属性用于设置或返回图像元素的vspace属性值。 vspace属性用于指定图像底部和顶部的空格数。
句法
它返回图像 vspace 属性。
ImageObject.vspace;
它设置图像 vspace 属性。
ImageObject.vspace="pixels";
属性值:它包含值,即表示图像底部和顶部的空白数量的像素。
返回值;它返回一个数值,该数值表示 Image 元素周围的垂直空格数。
注意: HTML 5 不支持
示例 1:此示例返回 vspace 属性。
HTML
GeeksforGeeks
HTML DOM Image vspace Property
It is a computer science portal for Geeks.
HTML
GeeksforGeeks
HTML DOM Image vspace Property
It is a computer science portal for Geeks.
输出:
示例2:此示例设置 Image vspace 属性。
HTML
GeeksforGeeks
HTML DOM Image vspace Property
It is a computer science portal for Geeks.
输出:
支持的浏览器:
- 谷歌浏览器
- IE浏览器
- 歌剧
- 火狐
- 苹果浏览器