30 likes | 73 Views
FOR MORE CLASSES VISIT<br>tutorialoutletdotcom <br><br>JavaScript and the Browser<br>1. In this assignment you will revise the layout of the login.html page. Begin by updating<br>login.html to include a feature for new users. Below the “Login” button, add:<br>New User? Click Here [Insert check box]<br>
E N D
ITEC 3280– Web Programming Assignment 6 • FOR MORE CLASSES VISIT • tutorialoutletdotcom • JavaScript and the Browser1. In this assignment you will revise the layout of the login.html page. Begin by updatinglogin.html to include a feature for new users. Below the “Login” button, add:New User? Click Here [Insert check box]The check box should be assigned the id value ‘new_user’Next, add two HTML hidden text boxes. These will be used in upcoming steps.