0 / 60 seg.

What's wrong with the following form code?

<form>
  <label for="username">Username:</label>
  <input type="text" name="username" id="username">
</form>