Ciao.
Benvenuto nel nostro forum. Hai un paio di problemi da controllare.
Hai alcune citazioni qui, ma non penso che siano necessarie. Sarebbe meglio se te ne liberassi.
Successivamente, controlla la spaziatura. L’unico spazio che dovresti avere è dopo questo testo
E dopo questo tag
Scusate se il mio italiano suona strano, sto usando Google Translate.
I can’t post the code, I’ll be going against the Forums rules and regulatins. Instead, post the code you updated here so that we can correct it together.
It still gives me an error, could you please write the exact code on the forum?
Thank you
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>
<!-- 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:
Lo user agent è: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36
Challenge Information:
Impara l’HTML progettando una app per foto di gatti - Step 12