What am I doing wrong here!?

Tell me what I’m doing wrong

because I don’t know


<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>mice</li>
  <li>water</li>
  <li>thunder</li>
</ol>
<form action="/http://freecatphotoapp.com/submit-cat-photo"><input type="text" placeholder="cat photo URL">
</form>
</main>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0.

Challenge: Create a Form Element

Link to the challenge:

<form action="https:...">

Hello there.

Do you have a question?

If so, please edit your post to include it in the Tell us what’s happening section.

The more information you give us, the more likely we are to be able to help.

What?:():():():():0:o

<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>mice</li>
    <li>water</li>
    <li>thunder</li>
  </ol>
<form action=/"https://freecatphotoapp.com/submit-cat-photo"><input type="text" placeholder="cat photo URL">
</form>
</main>
<form action="https://...">

What do you mean!!??

what do you mean!?

<form action="https://...">

Got it no slash before the "https://

Yea its important that you learn to search for errors in your code. Well done.

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