What is the error in the following code snippet?
<form> <input type="submit" value="Send" name="SubmitButton"> </form>
There is no error in the code snippet.
A specific method is required for the form.
The submit button should not have a name attribute.
name
The form does not have a specified destination in the action attribute.
action