What's wrong with the following form code?
<form>
<label for="username">Username:</label>
<input type="text" name="username" id="username">
</form>
What's wrong with the following form code?
<form>
<label for="username">Username:</label>
<input type="text" name="username" id="username">
</form>