Learn HTML by Building a Cat Photo App - Step 18

Tell us what’s happening:

Describe your issue in detail here.
Step 18 is telling me the h2 element should have an opening tag.

Your code so far

CatPhotoApp

See more cat photos in our gallery.

A cute orange cat lying on its back.

Cat Lists

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

Hello, please edit your code and wrap your code in backticks.
When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

How can I delete the bad post and add a new one?
I tried editing the original post and save it but got an error trying to do that!

It is frustrating using this site. There are to many errors generated that appear to be wrong. This happened several months ago when I first began using freecodecamp.

I am not able to move forward to step 19 and any help tp clear this up is appreciated.

Thanks!

You can use the reset button. If you got an error, please screenshot it and post it here. I have been finding freeCodeCamp really good. It’s not 100% but it’s getting there. Also, whatever errors you find, please post it on the forum as well.

Now can you please paste your code here so that we can assist.

If you have tried at least three times, the reset button will appear. Click on it to bring the state of the text to the original for that step.

The request for that step says:

Step 18

Within the second section element, add a new h2 element with the text Cat Lists.

You do not have to look for the second section because the prompt is there already. Go and within <section> and </section>. Write a <h2></h2> element. Go inside that and write the text: Cat Lists.

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