标签: html css
如何使用html / css删除这样的边框 image here
答案 0 :(得分:1)
只需将此图片标记添加到您的HTML中。
<img src="yourImage.jpg">
并使用以下CSS规则设置样式。
img { border: none; }