What tag would you use to create a submit button with the label send form?
To create a submit button, use the input type submit. To assign
text to the button, pass the text in as the value of the value
attribute.
Like so:
<input type="submit" value="Send Form">