HI i write code correctly but not go next step

Tell us what’s happening:

<h2>CatPhotoApp</h2>
<main>
    <p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
    <P>Kitty Ipsum text: Purr jump eat the grass rip the couch                  scratched sunbathe, shed,              everywhere rip the couch sleep         in the sink fluffy fur catnip     scratched.</P>
</main>

Your code so far


<h2>CatPhotoApp</h2>
<main>
<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<P>Kitty Ipsum text: Purr jump eat the grass rip the couch                  scratched sunbathe, shed,                 everywhere rip the couch sleep           in the sink fluffy fur catnip            scratched.</P>
</main>


**Your browser information:**

User Agent is: <code>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36</code>.

**Challenge:** Introduction to HTML5 Elements

**Link to the challenge:**
https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/introduction-to-html5-elements

The tests are saying that The closing main tag should come after the second closing paragraph tag.

What you put in as paragraph tags are not working quite right. What is different between your tags and the example tags? This difference is causing the tests to fail?

1 Like

“p” and “P” are not the same thing.

1 Like

I’ve edited your post for readability. 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.

See this post to find the backtick on your keyboard. The “preformatted text” tool in the editor (</>) will also add backticks around text.

Note: Backticks are not single quotes.

markdown_Forums

Check your p tags! :grinning: