Not sure whats going on here with p syntax

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

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <h2>Cat Photos</h2> 
         <p>Click here to view more cat photos</p>
</body>
</html>
  **Your browser information:**

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

Challenge: Step 3

Link to the challenge:

Can you be a little more specific about what you are not sure about?

I keep getting an error that my p element needs an opening tag. I feel i have did it correctly just not sure why i keep getting this error code

Hmm…I just copy/pasted your HTML above into the step and it passed for me. Maybe you have some strange hidden character in there? I would restart the step and try it again. If that doesn’t work then perhaps use a different browser. I’m just guessing here because based on your HTML above there should be no reason why it doesn’t pass.

ahh ok that makes sense
thanks a bunch for your help !

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