Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Assignment 5 HTML + CSS + JS 1. Please design below HTML along with CSS Omnivox Matrix College Students Employees Employee number 00000 Password
Assignment 5 HTML + CSS + JS 1. Please design below HTML along with CSS Omnivox Matrix College Students Employees Employee number 00000 Password First use? Forgot your password? Log In > 2. Please use JS conditional statements and verify the user details USER ID: prakash PWD: 12345 JS CODE should be as below: 1. Declare variables user id / password 2. Assign the values to those variables ==> userid= "prakash" && password = "12345" 3. Write a JS function validateuser() verify the user details with Text box values from the screen. 4. User click on login button it should call validateuser() should show alert success or failure 5. If user clicks on Forgot password show alert (resetpassword) 6. If user clicks on First use show alert (first time user)
Step by Step Solution
★★★★★
3.28 Rating (157 Votes )
There are 3 Steps involved in it
Step: 1
1 HTML CSS code html DOCTYPE html html langen head meta charsetUTF8 meta nameviewport contentwidthde...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started