What does the following code do?
<form action="/submit" method="POST">
<label for="name">Name:</label>
<input type="text" id="name" name="username">
<input type="submit" value="Send">
</form>
What does the following code do?
<form action="/submit" method="POST">
<label for="name">Name:</label>
<input type="text" id="name" name="username">
<input type="submit" value="Send">
</form>