Form action= "htpps://freecatphotoapp.com/submit-cat-photo">

Tell us what’s happening:

  **Your code so far**

<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= "htpps://freecatphotoapp.com/submit-cat-photo">
<input type ="text" placeholder="cat photo URL">
</form>
</main>

Salut à tous,
je n’arrive pas à trouver mon erreur dans le codage de l’attribut de mon élément form action .
l’adresse que j’ai recopiée intégralement est conforme à ce qui est demandé, mais la validation n’est pas acceptée . Je suis dans une impasse. Mon code est joint à ce post.
Merci de votre aide.

  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36.

Challenge: Create a Form Element

Link to the challenge:

HI @dantax7 !

Welcome to the forum!

The problem is here.

Use the exact link. It is easier to just copy and paste instead of writing out the link. That way you avoid mistakes :grinning:

You have at least one typo in the url. I suggest copying the url and pasting it instead of typing it.

Vous avez au moins une faute de frappe dans l’URL. Je suggère de copier l’url et de la coller au lieu de la taper.
(Google Translate)

2 Likes

Merci Jessica,
Je vais copier le lien pour voir si cela fonctionne.
Thanks Jessica, i tried to used your solution.
I hope it will work.

1 Like

Merci ArielLeslie,
je vais essayer de corriger mon erreur avec ta solution.
Thanks ArielLeslie ,
I tried to correct my mistake with your solution.

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