Hello @kin917, please don’t use caps for the title.
Your input tag should be inside the form tag, and your tag should contain a link as the lesson said.
From your code above ,
You haven’t used form element to prepare a form.
You haven’t nested your input in your form too.
Like this:
<form action=“the action link here”>
<input>
</form>
Hope this helps.
Out of goodwill:
Before asking a question you should take some time to think of your mistakes. Otherwise it will become a habit to ask others which may hinder your future .