Guys i really need help with the <imput type="text"/> i've been doing it but still please help

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

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 6.0; CRO-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.110 Mobile Safari/537.36.

Challenge: Create a Text Field

Link to the challenge:

HI @kgomolemonkosi26!

There are a couple of errors .

The first one is here

You are missing the > at the end.

There are some errors in the input tag

Typo

This is invalid html

I would look back at the example input provided for you in the lesson.

thank you very much I’ll do that