Vous êtes sur la page 1sur 3

Assignment No.

02
Total Marks: 20
Semester: Spring 2019
Introduction to Computing - CS101 Due Date: 27-05-2019

Please carefully read the following instructions before attempting assignment


Instructions
It should be clear that your assignment will get credit only if:
• The assignment is submitted before or on the due date.
• The submitted assignment file is not corrupted or damaged.
• The assignment is not copied (from another student or internet).

Uploading Instructions
• Upload/Submit assignment in your VULMS assignment interface.
• No assignment will be accepted through email.
• Your assignment must be with .HTML extension. (Any other format like scan images,
PDF, text, doc, Zip, png, rar, bmp etc. will not be accepted)
Objective
• This assignment has been designed to enable you to develop a simple web page.
• Understanding of basic html tags (form, table, input fields, dropdown list, button and
radio button).
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.

If you find any mistake or confusion in assignment (Question statement), please consult with your
instructor before the deadline. After the deadline, no queries will be entertained in this regard.

For any query, feel free to email at:


cs101@vu.edu.pk
Question
You are required to develop an HTML webpage according to the following instructions.

 Title of your webpage should be CS101_Student ID (e.g. CS101_BC123456789)


 Main heading should be “Create an Account” and it should be center aligned. Also, make sure
the size of heading should be larger than the text displayed in the body of page.
 Apply some Background color to your web page (other than white).
 Use “Form” and “Table” in your assignment.
 Create 6 text input boxes to enter “First Name”, “Last Name”, “Mobile Number”, “Confirm
Mobile Number”, “Password” and “Confirm Password”.
 Maximum length of “Mobile Number” and “Confirm Mobile Number” should not be more
than 12 digits.
 For the sake of privacy, the text in “Password” and “Confirm Password” input boxes should
appear as dot (•).
 Create a Drop-Down List to display the Date from range 1 to 31.
 Create a Drop-Down List to display all the Months (Jan, Feb, Mar, Apr, May, Jun, Jul,
Aug, Sep, Oct, Nov, Dec).
 Create a Drop-Down List to display Year from range 1980 to 2002 as shown in the image.
 Create two Radio buttons labeled as “Male” and “Female”.
 Create two buttons labeled as “Reset” and “Submit”.
 All the data in the form should be cleared when user clicks “Reset button”.
 Page should be redirected to https://vulms.vu.edu.pk/, when user clicks on “Submit button”.
A Sample Webpage is attached below for further understanding. Make sure to follow the same format
as given in this sample.
Good Luck!

Best of Luck

Vous aimerez peut-être aussi