What is wrong with this code.I am absabsolutely beginner

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

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
<p>Click here to view more <a href="#">cat photos</a>.</p>
<form action="https://www.freecaphotoapp.com/submit-cat-photo"><input>
</form>
<a href="#"><img src="https://www.bit.ly/fcc-relaxing-cat" 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>
<input type="text" placeholder="cat photo URL">
</main>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; U; Android 10; en-US; SM-A107F Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.12.9.1226 Mobile Safari/537.36

Challenge: Create a Form Element

Link to the challenge:

you are asked to nest the existing input element in the form tag, you created a new input tag

2 Likes

if you have a question please edit your post to include it

1 Like

Now what wrong why i can’t pass.

try removing the extra space from the action attribute


I tried but still i can’t pass

it’s really difficult to debug from a screenshot, I am not able to see anything wrong and can’t test the code myself

1 Like

Ok. But thanks for paying attention to my problem

what do the tests say? are you able to at least show all your code (maybe close the keyboard for the screenshot?)

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