I am facing a strange issue with the anchors on my webpage. There are a few anchor tags in my body:
<a href="link1.html"></a>
<a href="link2.html"></a>
<a href="link3.html"><img src="img1.png" /></a>
Interestingly, the ones that contain an image have a peculiar blue dot at the bottom-right corner.
Although I attempted to remove them using a { border: none; }
in CSS, the dots persist!
If anyone has any suggestions or solutions for this issue, it would be greatly appreciated. Thank you.