hey guys am building a website for my final project and am stuck at the logging page i mean i made one buy i dont know how to set up an (account and passowrd) and if the usere enterd the information right to link him up to hte next page for now this is the code that ive made please help me id be so thankfull
Supermarket supply login to see you duties
<label for="username">Username:</label>
<input type="text" name="username" id="username">
<br>
<label for="user-pw">Password:</label>
<input id="user-pw" type="password" name="user-pw">
<input type="submit" value="Login">
</form>
</section>