Can't pass step3

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

  **Your code so far**

<html>
<body>
  <h1>CatPhotoApp</h1>
  <h2>Cat Photos</h2>
  <elementName>paragraph(p)=Click here to view more cat photos
  
</body>
</html>
  **Your browser information:**

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

Challenge: Step 3

Link to the challenge:

HI @hwapipi !

Welcome to the forum!

It looks like you have some syntax errors.
I would suggest resetting the lesson and taking a look at the docs on how p tags look.

Then try again with the lesson.

Hi @Mimmsa !

Please do not offer up solutions.
We are a learning platform and do not allow solutions posted to the forum.
It is best to provide hints to the user so they can learn how to do it on their own and learn better.

Also, here is how to format code in the forum.

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

1 Like

The is completely wrong I guess you should reset the lesson and try again also this is how your <p> element structure should be

<p>Your Text Goes Here</p>

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