Knowledge check: User input and forms
When the user clicks the submit button of the following form, what will happen? Select all that apply.
<form method="POST">
<input type="text" name="username">
<input type="password" name="password">
<button type="submit">Log In</button>...
eplus.dev2 min read