When asking questions follow 3 steps (it will make job easier for everyone):
Tell us what is happening
Show us your code (and link to the challenge)
Tell us what you have tried
Your task is:
“Add a button as the last element of your form element with a type of submit , and Submit as its text.”
To solve this, first find the <form> tag. There will be one element inside: <input> tag.
You need to add another element inside the form tag: <button>.
Here is some tutorial about buttons.
@rajat310 Writing a solution does not help anyone. If someone want to copy/paste a solution they can just click ‘hint’ in the lesson help and get it from there. We are here to learn. Please keep that in mind.