What is incorrect in the following code?
<form action="/data" method="send">
<input type="text" name="info">
<input type="submit" value="Send">
</form>
What is incorrect in the following code?
<form action="/data" method="send">
<input type="text" name="info">
<input type="submit" value="Send">
</form>