HI I can't pass stage 4

Tell us what’s happening:
Describe your issue in detail here.
I’m struggling with the end element, tells me I missing one or more characters and I wrote as they tell me but, I just can’t, please you may help me

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

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

Challenge: Step 4

Link to the challenge:

There can’t be a space between the -- and > for the closing comment tag. Also, you appear to have added an extra closing </p> tag that is not needed.

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