Learn HTML by Building a Cat Photo App - Step 47

but that is what i did, i copied my final code and pasted it there like sent earlier

     <figcaption>Cats <strong>hate</strong> other cats.</figcaption>  
        </figure>
      </section>
      <section>
        <h2>Cat Form</h2>
        <form action="https://freecatphotoapp.com/submit-cat-photo">
          <label><input type="radio"> Indoor</label>
          <label><input id="indoor" type="radio"> Indoor</label>
          <label><input id="outdoor" type="radio"> Outdoor</label>
          
 
          <input type="text" name="catphotourl" placeholder="cat photo URL" required>
          <button type="submit">Submit</button>
        </form>
      </section>
    </main>
  </body>
</html>

delete the first line…

1 Like

it worked…thanks a lot

please wait , after i deleted it, it worked but i am still on 47 instead of 48

If you’ve having this much trouble, you should consider going back and reviewing previous Steps.

ok sure will do that

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