HTML DOM 对象 vspace 属性
HTML DOM Object vspace属性用于设置或返回vspace的值 对象元素的属性。虚拟空间 属性用于指定对象顶部和底部的空格数。
句法
它返回对象vspace属性。
objObject.vspace;
它设置对象vspace属性。
objObject.vspace="pixels".
属性值:它包含数字 以像素为单位表示顶部和底部的空白数的值。
示例 1:此示例返回vspace属性。
HTML
GeeksforGeeks
DOM Object vspace property
A Good Platform for earning and learning.
HTML
GeeksforGeeks
DOM Object vspace Property
A Good Platform for earning and learning.
输出:
示例 2:此示例设置对象vspace属性。
HTML
GeeksforGeeks
DOM Object vspace Property
A Good Platform for earning and learning.
输出:
注意: HTML5 不支持。