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