/ Assignment No. 02(Graded)
SEMESTER Spring 2017
CS101- Introduction to Computing / Total Marks: 20
Due Date: 22/5/2017

Instructions

Please read the following instructions carefully before solving & submitting assignment:

It should be clear that your assignment will not get any credit (zero marks) if:

o  The assignment is submitted after due date.

o  The submitted assignment is other than .html.

o  The submitted assignment does NOT open or file is corrupted.

o  The assignment is copied (from other student or ditto copy from handouts or internet).

Uploading instructions

o  For clarity and simplicity, you are required to Upload/Submit only .html file.

Objective

The objective of this assignment is:

o  To understand the basics of html tables

o  To understand how to use interactive forms

o  To understand the concept of validation / check on different fields

For any query about the assignment, contact at

Note:

No assignment will be accepted after the due date via email in any case (whether it is the case of load shedding or internet malfunctioning etc.). Hence refrain from uploading assignment in the last hour of deadline. It is recommended to upload solution file at least two days before its closing date.

Suppose a university offers admissions in different disciplines. To facilitate far flung areas students, the administration decided to make an online webpage through which students can get registered online.

1.  You as a web programmer need to design a webpage having an interactive form which will accept necessary bio data of the student.

The sample webpage shuold look like the following screen shot.

2.  Make some restriction or validation checks on all fields which make sure that no field can be left empty while pressing submit button. The appropriat message will be shown in case of empty field as shown in the screen shot .

Note: No marks will be given if student does not mention his/ her name and VU ID at the top of the registration form.

Note: Use only Notepad to write html and JavaScript code. If any other tool is used, then zero marks will be awarded.

GOOD LUCK