I’m trying to make a link using the <a>
tag. I’ve added the href
and even the alt
attribute (just in case), but the link still doesn’t work when I click on it.
I checked the syntax and everything seems fine. Here’s a sample of my code:
<a href="https://google.com">Click here</a>
But nothing happens when I click it. Am I missing something?
Thanks in advance for your help