Tell us what’s happening:
Describe your issue in detail here.
i am stuck with the step as a beginner i have zero idea what im doing n the instruction is very confusing
Your code so far
<html>
<body>
<!-- User Editable Region -->
<h1>CatphotoApp</h1<h2>Cat Photos</h2> <p>See more cat photos in our gallery</main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>See more cat photos in our gallery.</p>
</main>
<!-- User Editable Region -->
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 6
Link to the challenge:
Follow the instructions and just add two spaces on your opening <p>
tag.
okey thank you very much sir
Lemme know when your code passes.
i passed stuck with step 10
Let me see your current code so that we correct it together.
CatPhotoApp
Cat Photos
<p>See more cat photos in our gallery.</p>
<p><a (herf="https://freecatphotoapp.com"></a>
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">n
</main>
Your image tag seems to be wrong,it should not have a </main>
closing it. This is the structure of adding an image
<img src="image link"/>
The above element is self closing,it has no closing tag.
The structure of an anchor element <a>
should be as follows.
<a href="link"></a>
Now follow the instructions and complete the task.
okey now i get it thank u sir
still not happening what to do
Send your code so that we correct together.