Basic HTML and HTML5 - Create a Form Element

Tell us what’s happening:

Please help me I am stuck!
I have done everything possible, please take a look at my code

Your code so far


 
<main>
  <p>Click here to view more <a href="#">cat photos</a>.</p>

  <a href="#"><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>

  <p>Things cats love:</p>
  <ul>
    <li>cat nip</li>
    <li>laser pointers</li>
    <li>lasagna</li>
  </ul>
  <p>Top 3 things cats hate:</p>
  <ol>
    <li>flea treatment</li>
    <li>thunder</li>
    <li>other cats</li>
  </ol>
  <form action="https://www.freecatphotoapp.com/submit-cat-photo"> 
<input type="text" placeholder="cat photo URL">
</form>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Mobile Safari/537.36

Challenge Information:

Basic HTML and HTML5 - Create a Form Element

I’m sorry, I don’t see what your problem is. When I put your into the checker it was right.

1 Like

Hello!

I have put your code through the test and it passed. Ensure that you have no browser extensions that are not allowing your code to pass.

1 Like

Exactly what I was thinking too😥

Okay, how can I do this?

Clear your browser cache or Change your browser and try again

1 Like

Thank you i got it now

1 Like

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