当前位置: 首页 > 网络学院 > 客户端脚本教程 > HTML DOM > HTML DOM border属性
The border property sets or returns the width of the border around an image.
border属性可以设置或返回图片的边框宽度。
imageObject.border=pixels |
The following example changes the border text of an image:
下面举例可以改变图片的边框:
<<html> <img id="compman" src="compman.gif" alt="Computerman" /> </body> |
Change the border around an image
改变图片周围的边框