Learn HTML by Building a Cat Photo App - Step 5

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<h1>CatPhotoApp</h1>
<main>CatPhotoApp</main>
<h2>Cat Photos</h2>
<main>CatPhotoApp</main>
<!-- TODO: Add link to cat photos -->
<p>Click here to view more cat photos</p>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36

Challenge: Learn HTML by Building a Cat Photo App - Step 5

Link to the challenge:

hey there!
what issue are you having? what is confusing you of this step?

1 Like

If you re-read the instructions, you will see they say that they want “an opening tag” only after the h1 element and a “closing tag” only after the paragraph element.

Recall that in html, an opening tag looks like this <main> while a closing tag looks like this </main>.

You may want to restart (reset) this step and try this one again.

1 Like

I finally did it, thank you

1 Like

I did it recently, no problem now

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.