What's the problem with this form?
<form action="/submit" method="get">
<label for="username">Username:</label>
<input type="text" name="username" id="username">
<input type="submit" value="Submit">
</form>
What's the problem with this form?
<form action="/submit" method="get">
<label for="username">Username:</label>
<input type="text" name="username" id="username">
<input type="submit" value="Submit">
</form>