Submit button error

Its saying to only put “submit” in the tag which I have done but its saying I haven’t, help?

It means put the text “Submit” between the button tags.
As in

<button>Submit</button>

Thanks for the reply but now the other objective is not completed

Thanks Imtoobose

Submit

Please refer to my second post

Apologies, should read

Submit

Please just ignore mu posts, I can’t seem to get it right. Apologies

See here http://www.ads.nk-a.co.za/image.html

Sorry, I should’ve been more clear. I meant that keep your code the same and just add the text between the button tags. So it’s more like

<button type="submit"> Submit </button>