How do you correctly create an anchor link in HTML?

I am new to HTML and I'm trying to create an anchor link to a website, but I'm having trouble getting it to work correctly. Specifically, I want to create a clickable link to this website: https://popitopi.com

When I test this code, the link does not work as expected. I suspect there might be a mistake in my HTML syntax, but I can't figure out what it is. Could someone please point out what I'm doing wrong and explain the correct way to create an anchor link?

I believe the issue might be with the attribute I'm using in the tag. Is there a specific attribute required to make a hyperlink function properly in HTML? Additionally, if there are any best practices for creating anchor links, such as using specific attributes or tags, I would love to learn about those as well.

Any guidance or resources on this topic would be greatly appreciated. Thank you in advance for your help!

Why not show your html?

What does this have to do with Appinventor?

i am sorry i forgot to add html
here it is <a h refs=" example.com" anchor

my friend told me that this website helps alot so thats why i posted here

Well this not really the correct place for such help.

Search for w3schools html, that will show you the correct syntax for html anchor tags.