The challenge is to “Add a button as the last element of your form element with a type of submit , and Submit as its text.” which I think I’ve done, but I keep failing.
Is this how you have actually written it? You have not closed your tags ie <form> not <form and there should be a closing form tag also ie </form> at the end. Might be better to reset the code and start again.
You only need to add the submit button and not change anything else
If you look at the text closely he needs to not change whats already there by removing the placeholder etc and just add <button type="text">Submit</button>
I shouldn’t really be putting the exact answer on the forum
The input tag needs to have the placeholder text that it came with, the form needs action attribute it came with and also shouldn’t have a closing tag ie </input> although it will allow that to pass which is suprising. Everything needs to be exactly as the question demands or it will not pass