DELHI PUBLIC SCHOOL, DURGAPUR
CLASS X SESSION 2024-25
COMPUTER APPLICATION
PRACTICAL FILE
NAME:- __________________________________
CLASS:-_________________SEC:-____________
ADM NO.:________________ ROLL NO.:-______
Q1. Write the HTML code to design a Web form as shown in the following figure.
The fields in the preceding form should adhere to the following specifications.
Customer code field should allow the user to enter a value comprising at the most 5
characters.
Customer address should be a multiline text field having 5 rows and 20 columns.
Customer pin code field should accept a value comprising 6 characters.
Q2. You need to create a Web form as shown in the following figure.
The course name drop-down list should display the following options:
BA
BSc
BCA
The option, BA should appear pre-selected in the drop-down when the Web page loads.
Write the HTML code to implement the preceding tasks.
Q3. You need to design a Web form as shown in the following figure.
The fields in the Web form should adhere to the following specifications.
The Student Code field should allow at the most 7 characters.
The Course drop-down list should display Web Designing, .NET Programming,
Programming in Java, and MS SQL Server 2012 as options. The option, Web designing
should appear pre-selected in the drop-down when the page loads.
In addition, the form data needs to be submitted to the Save.html file, which displays a message
“Thanks for providing the feedback.” as shown in the following figure on successful submission.
Write the HTML code to implement the preceding requirements.
**************************************************************