I want to remove this border. This creating ugly appearance when images loading. Specially in big images.
img {
width:50px;
height:50px;
}
<img src="kansdkans" />
I want to remove this border. This creating ugly appearance when images loading. Specially in big images.
img {
width:50px;
height:50px;
}
<img src="kansdkans" />
Can you use alt element for remove that border.
<img src="kansdkans" alt="My Image Here" />