Learn HTML by Building a Cat Photo App - Step 12

this is not working any other ideas ?

It should work. Maybe you have something incorrect so try posting the edited code.

Bildschirmfoto 2023-08-22 um 18.22.26

There is a big chance that I am just stupid (I am obviously new to this)

I am sorry I got it ty for the effort tho

Hello Mr Genius!
Everyone gets stuck as some point while learning to code and it in no way implies that they are stupid! In fact just that you’re starting this journey all ready shows that you’re smart. You’ve done correct putting only the words ‘cat photos’ between your a tags and not the whole paragraph The only issue is that you put the text ‘cat photos’ to be equal to the address you want your words to be linked to. Only the link you want appearing as a link on the page should go between your a opening and closing tags. Instead put the attribute of href inside your opening <a> tag and give THAT the value of the links adress.
Ex of a link to a store:

Click <a href="https:/store-//love.com">HERE</a> to visit our store.

Here is a link with examples on how to do it.

I moved your posts and the post of the other members to a new topic. The original topic you were discussing in was not your own, and its unfair to the owner who was originally asking for help to have their question hijacked.

If you have any other questions on this challenge then please ask here

thanks