0 / 60 seg.

What is incorrect in the following code?

<form action="/data" method="send">
    <input type="text" name="info">
    <input type="submit" value="Send">
</form>