can some on tell me what im doing wrong ive tried everything and looking it up online doesnt help
Your code so far
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<!-- User Editable Region -->
<p>see more <a href='https:freecatphotoapp.com'>cat photos</a> in our gallery.</p>
<a href="https:freecatphotoapp.com">link to cat pictures</a>
<!-- User Editable Region -->
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
</main>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0
ive tried doing exactly what it wants and its still not working so i looked it up and that was what it told me to do and since his looked exactly like mine i figured that was how to do it considering he passed no issue
well i didnt learn the presidents names becuase i was a president now did i ? i read them in a book point being reading a solution would teach just saying
An important skill for being a developer is problem solving, which you can’t develop if you can copy the solution.
I am happy to help you if you would share your code, this is not the place to discuss forum policies, but if you want help to finish the step it’s the perfect place.
i did re share im just saying maybe there should be a guide to walk people through to teach not everyone is good at problem solving some of us just want to game such as myself and need coding for certain games such as garys mod
no idea what i am doing wrong
please help ive tried 100 things including looking it up absolutly no info
Your code so far
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>Everyone loves cute cats online!</p>
<!-- User Editable Region -->
<p> See now <a href="https://freecatphotoapp.com">cat photos</a> in our gallery</P>
<!-- User Editable Region -->
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
</main>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0