I am struggling to insert an image within an anchor tag.
<a> <img calss="imageclass"/></a>
Whenever I try, a border appears around the image. I have attempted using CSS properties like border: 0 and border-style:none, but nothing seems to remove the border.
As a workaround, I discovered that if I use a div element instead of an img, the image loads without any unwanted borders.
Please provide assistance on how to load this image without a border while still utilizing an img element.