Web Technology Lab List of Experiments
Web Technology Lab List of Experiments
College name : St. Charles College of Arts and Science, Eraiyur Center code : 311
Subject : Web Technology Lab Subject code : 22UCSCP55
Date & Session: 22.10.2024/ FN (10.00 AM to 01.00 PM) Semester :V
LIST OF EXPERIMENTS
1. Create a form having number of elements (Textboxes, Radio buttons, Checkboxes, and so on).
Write JavaScript code to count the number of elements in a form.
2. Create a HTML form that has number of Textboxes. When the form runs in the Browser fill the
Text boxes with data. Write JavaScript code that verifies that all textboxes has been filled. If a
textbox has been left empty, popup an alert indicating which textbox has been left empty.
3. Develop a HTML Form, which accepts any Mathematical expression. Write JavaScript code to
Evaluates the expression and display the result.
4. Create a page with dynamic effects. Write the code to include layers and basic animation.
5. Write a JavaScript code to find the sum of N natural Numbers. (Use user-defined function).
6. Write a JavaScript code block using arrays and generate the current date in words, this should
include the day, month and year.
7. Create a form for Student information. Write JavaScript code to find Total, Average, Result and
Grade.
8. Create a form for Employee information. Write JavaScript code to find DA, HRA, PF, TAX, Gross
pay, Deduction and Net pay.
9. Create a form consists of a two Multiple choice lists and one single choice list
(a)The first multiple choice list, displays the Major dishes available.
(b)The second multiple choice list, displays the Starters available.
(c)The single choice list, displays the Soft drinks available