¿Qué hace el siguiente código?
<form action="/submit" method="POST">
<label for="name">Nombre:</label>
<input type="text" id="name" name="username">
<input type="submit" value="Enviar">
</form>
¿Qué hace el siguiente código?
<form action="/submit" method="POST">
<label for="name">Nombre:</label>
<input type="text" id="name" name="username">
<input type="submit" value="Enviar">
</form>