You are on page 1of 1

Mar22, 2021

CS795A Internet Technology Lab Final Exam (C1)


1. Create a job application form consisting of a 3-page sequence:
• Personal Details with fields
◦ Personal Name and Family Name
◦ Email
◦ Phone Number with Country Code
• Educational Details with fields
◦ Date Joined
◦ Date Graduated
◦ School / College
◦ Highest Qualification Attained
• Professional Details with fields
◦ Date Joined
◦ Number of Years of Service
◦ Company Name
◦ Role / Position

Provide the necessary validation.

Use CSS to have the same look and feel.


Provide a sample XML file of your data.

In your code, show


(a) how data is to be collected / accumulated over 3 pages
(b) how you would ensure that
(i) the same user fills in all 3 pages
(ii) the user moves in strict sequence from Personal Details to Education Details to Professional
Details, i.e. he cannot directly load the url http://jobapp.com/application.html?page=2

2. Design a web page such that its (same!) content can be rendered in 2 different ways:

Rendering #1 Rendering #2

You might also like