I feel like I'm missing something

Tell us what’s happening:
For the imput text I really feel like I’m missing somethig.
is what I entered but it doesn’t work. What am I doing wrong?

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>
<imput type="text"/>


</main>

Your browser information:

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

Challenge: Create a Text Field

Link to the challenge:

Read that very closely… :wink:

1 Like

I think its not imput, It’s input :smiley:

My fingers were too fast and I didn’t notice.
Thank you!!

1 Like

Get used to it. Those are the kinds of mistakes that drive coders crazy.