Why isn’t my anchor tag working even with href?

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 :folded_hands:

Where are you typing this code into? (Note that fcc disables links from their editor)

ound it. The Line break.