You are on page 1of 1

INTERNET Programming Lab (Morning) Lab 07 Marks 100 Instructions Work on this lab individually.

You are not allowed to borrow anything from your peer student. Write down the lab number, task number, and your name and roll number at the start of each task code using comments.

For Example /*********************************** Lab: xx Task: yy Developer: Roll #: XXXYYYZ000 Name: XYZ ***********************************/ What you have to do Program the following tasks then compile and execute them. The name of your files will be according to the task given in this lab. Task Create a user sign up page which has text fields for username, password, email and address. Then validate these fields using JavaScript code and show appropriate message in front of each field. You can create a table and in first column make a label such as UserName and in second column there will be text field and in third column make a div to show error message against this field.

BEST OF LUCK

You might also like