Task 2 (Login Screen)
Create two input tags, one for username and the other for password. I should be able to distinguish between the two.
Create a submission button.
This login only takes "masteradmin" as the username and "masterpassword" as the password.
When I successfully login, an alert should appear saying "Login Successful" .
When I fail the login, an alert should appear saying "Failed # times" with # being the number of times the user has failed.