当前位置: 首页 > 网络学院 > 网页制作基础教程 > WEB设计综合 > 图像边框
Do you want a border around your image? Copy the code below. You can change the HEX code (#000000) to whatever colour you want. If you wanted a white border, you could change it to #FFFFFF. You can also change the width of the border, by changing 1px to 2px, 3px, and so on.
你希望为图像设置一个边框效果吗?请复制下面这段代码。你可以通过设置代表颜色的六位代码来为你的图像加上一个你喜欢的边框。如果你希望边框是白色的,那么你就把代码改成“#
<img src="IMAGEURL.jpg" style="BORDER:1px SOLID #000000"> |