You are on page 1of 2

MAHARASHTRA INSTITUTE OF TECHNOLOGY,

AURANGABAD

PRACTICAL EXPERIMENT SHEET

DEPARTMENT: COMPUTER SCIENCE AND ENGINEERING

LABORATORY: 402

Class: S.Y. CSE Year: 2023-24 Part: 1 Subject: Web Programming

MASTER LIST OF EXPERIMENTS


EXPERIMEN EXPERIMENT DESCRIPTION
T NO.

1. Create a webpage using HTML tags for paragraph, heading, table, list and links.

2. Develop a web application to control over different HTML layouts.

Design an html form for displaying information using interactive css including
3.
images, tables.

Create a webpage with HTML describing your department with following


specification:
a. Change the background color of the page. At the bottom create a link to
take user to the top of the page.
4.
b. Insert an image and create a link such that clicking on image takes user
to other page.
c. Also apply font styling like italics, underline and two other fonts to
words you find appropriate. Also use header tags.

5. Write a JavaScript program to display the current day and time.

Write a JavaScript to design a simple calculator to perform the following


6.
operations: sum, product, difference and quotient.

Write a JavaScript to validate the following fields of employee on html form:


7.
email, name, mobile no., address, salary.
Create a simple HTML form and accept the user name and display the name
8.
through PHP echo statement.

9. Write PHP programs using arrays, loops and conditional statements.

. Develop a PHP-MySQL Database application to implement sign-In and Sign-out


10.
functionality.

You might also like