What is the problem with this form code containing a button?
<form action="/submit" method="post">
<button type="submit">Submit</button>
</form>
What is the problem with this form code containing a button?
<form action="/submit" method="post">
<button type="submit">Submit</button>
</form>