I have done the task but the test is showing wrong

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

  **Your code so far**


<h2>CatPhotoApp</h2>

<main> 
<p>kitty ipsum</p>
<p>kitty ipsum</p>
</main>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.183 Safari/537.36 Vivaldi/1.96.1147.36

Challenge: Introduction to HTML5 Elements

Link to the challenge:

Hi @fazliddinbaxtiyor47 !

Welcome to the forum!

I would reset the lesson because there are a few errors .

Here are the first part of the instructions again:
Create a second p element with the following 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.

You didn’t do that here

Leave the first p tag alone which is this

<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>

and add a second p tag with that text from the instructions.

Then place those p tags inside the main tags.

Hope that helps!

thanks for replying so quickly

but i did like you said

Where is this text though?

You didn’t add that.

Make sense?

Also, please write code directly into the forum instead of posting screenshots.

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 (').

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