Bloquée dans "Créer un élément de formulaire"

Bonjour,

J’ai tournée le problème dans tous les sens et m’y suis reprise à 15 fois mais impossible de comprendre d’où vient mon erreur lorsque le test échoue et qu’il est indiqué " L’“input” élément existant doit être imbriqué dans un “form” élément.
J’ai copié le modèle donné en exemple en modifiant l’adresse comme indiqué mais ça ne marche pas…
Quelqu’un pourrait il m’aider s’il vous plait ?
Un grand merci!


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

<a href="#"><img src="https://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>

<form action="https://freecatphotoapp.com/submit-cat-photo">
<input>
</form>
</main>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36.

Challenge: Create a Form Element

Link to the challenge:

Hi @Aude_borroto !

Welcome to the forum!

The problem is here

You deleted everything out of the input.
This was the input given to you in the lesson.
<input type="text" placeholder="cat photo URL">

You are not supposed to change the input.
Use the correct input instead of what you have now and the test will pass.

Oh super merci beaucoup ça a marché!!

1 Like

Je vous en prie :grinning:

Hopefully that’s right.
If not blame google :laughing:

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