WEB ESSESNTIALS LAB PROGRAMS
BATCH-1
1. Create a web page which contains a form to collect student’s
information using various input elements.
2. Develop a webpage for college it must contain Home,
Admission, Contact and infrastructure tabs and show all the
related information when the hotspots are clicked and
stylesheets to give styles to the element.
3. Develop a native calculator using HTML.
4. Create a payment page and validate the registration, user
login, user profile and payment type using java script.
5. Create a registration page for passport application and
validate using PHP regular expression.
6. Create an application form for Engineering counselling and
save details of the student to the database using PHP.
7. Create a Web page that collects contact information like First
Name, Last Name, Phone number, email address, date of birth,
nick name and Stores it into a database using PHP.
8. Create a webpage for a shopping mall must contain at least
four tables and add design using style sheets.
BATCH-2
1. Write JavaScript to validate the following fields of the
Registration page.
a. First Name (should not be Empty)
b. Password (should not be Empty)
c. E-mail id (should not contain any invalid and must
follow the Standard pattern name@[Link])
d. Mobile Number (Phone number should contain 10 digits
only).
e. Last Name and Address (should not be Empty).
2. Develop and implement simple HTML programs to
demonstrate Inline, Internal and External CSS.
3. Write the PHP program to find the current date, Time and
Day.
4. Write a program to design a simple calculator using
JavaScript
5. Write JavaScript to validate the fields of the library
Registration form page that should contain textbox, radio
button, checkbox, selection box and Submit button.
6. . Write an Html Program to design a simple home page of
your own personal website..
7. Create a simple audio and video player using multimedia
controls in HTML.
8. Develop the PHP scripts to
a. to check the given string is palindrome or not.
b. to print the array of n strings.