What is wrong with the following form?
<form action="/submit" method="post">
<input type="text" id="username" name="username"/>
<input type="submit" value="Submit"/>
</forms>
What is wrong with the following form?
<form action="/submit" method="post">
<input type="text" id="username" name="username"/>
<input type="submit" value="Submit"/>
</forms>