Avoid using <object> tag inside anchor <a> tag

I have been recently working on a project where I got an issue with the anchor <a> tag. The issue was with the hover effect on the anchor tag. There was no hover effect over the link. Plus, the link was not working either. However, the hover effect was seen below the link for small space. The anchor element had a <object> element inside it and that was the reason of the issue. The link element looked like this: ...

February 3, 2020 · 1 min · Sanjeev Kumar Pandit