Learn HTML by Building a Cat Photo App - Step 4

fieldset is an issue, I have tried to create a fieldset for both indoor and outdoor plus indent it and I’m getting an error message. What’s the issue, Please Help.

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    <p>Click here to view more cat photos. <!--TODO: Add a link to cat photos--> </p>
    
    
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36

Challenge: Learn HTML by Building a Cat Photo App - Step 4

Link to the challenge:

your comment still considered inside of your p element or we usually called nested.
This is the instruction > Add a comment above the p element with this text:
So, put it literally above your p element

1 Like

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