You are on page 1of 2

IT430 – E-Commerce

Assignment No.1 (Graded)


Maximum Marks: 20
Due Date: 13 November 2023

Instructions
The purpose of this assignment is to give your hands-on practice. It is expected that students will solve
the assignment themselves. The following rules will apply during the evaluation of the assignment.

Please read the following instructions carefully before solving & submitting the assignment:
It should be clear that your assignment will not get any credit (zero marks) if:
o The assignment is submitted after the due date.
o The submitted assignment is other than “.html” file.
o The submitted assignment does NOT open or file is corrupted.
o The assignment is copied (from another student 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 implement the basic concepts using HTML tags

Learning Outcome
By studying HTML, students will be able to implement basic web pages, including properly
formatting text, adding images, and linking to other web resources web development principles.

For any query about the assignment, contact at it430@vu.edu.pk

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 the deadline.
Question Statement: (20 Marks)

You are required to design a HTML form for a "Car on Installment" application. The form should
include all possible HTML elements to gather essential information from the user who wants to
purchase a car on installment. Design the form, and then validate the user's input on the server side
(not included in this assignment).You are required to develop the registration form using (HTML &
CSS). The sample output is given below.

Sample Output

Following points should be kept in mind during the development of the registration page.

 Title of page should be your vu id (bcXXXXXXXXX).


 All fields must be functional.
 All fields datatypes must be in accurate format.
 Employement status must be in dropdown menu by selection the correct option.
 Page color should be same as of the given sample.
 Submit and Reset button must be activated.

You might also like