0% found this document useful (0 votes)
40 views

Lab-PCC-CSE-406-Web Technology Lab

This document outlines the course code, title, credits, prerequisites, and list of experiments for a Web Technologies Lab course. The experiments cover HTML, CSS, JavaScript, XML, and PHP and involve creating webpages, forms, tables, and retrieving and displaying data.

Uploaded by

RISHI RAJ
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views

Lab-PCC-CSE-406-Web Technology Lab

This document outlines the course code, title, credits, prerequisites, and list of experiments for a Web Technologies Lab course. The experiments cover HTML, CSS, JavaScript, XML, and PHP and involve creating webpages, forms, tables, and retrieving and displaying data.

Uploaded by

RISHI RAJ
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Course Code PCC-CSE-406

Category Professional Elective Course


Web Technologies Lab
Course Title
L T P Credit Semester
Scheme & 0 0 2 1 IV
Credits
Pre-requisites Nil

…………………………………………………………………………………………………..
WEB TECHNOLOGY 35 LECTURES
…………………………………………………………………………………………………..

Experiment List:

Practical Set-I

1. Design web pages for your college containing a description of the courses, departments,
faculties, library etc, use href, list tags.
2. Create your class timetable using table tag.
3. Create user Student feedback form (use textbox, text area , checkbox, radio button, select box
etc.)
4. Create a web page using frame. Divide the page into two parts with Navigation links on left
hand side of page (width=20%) and content page on right hand side of page (width = 80%).
On clicking the navigation Links corresponding content must be shown on the right hand side.
5. Write html code to develop a webpage having two frames that divide the webpage into two
equal rows and then divide the row into equal columns fill each frame with a different
background color.
6. Create your resume using HTML tags also experiment with colors, text , link , size and also
other tags you studied.

Practical Set-2 CSEE

7. Design a web page of your home town with an attractive background color, text color, an
Image, font etc. (use internal CSS).
8. Use Inline CSS to format your resume that you created.
9. Use External CSS to format your class timetable as you created.
10. Use External, Internal, and Inline CSS to format college web page that you created.
Practical Set-3Java Script
11. Develop a JavaScript to display today’s date.
12. Develop simple calculator for addition, subtraction, multiplication and division operation
using JavaScript
13. Create HTML Page with JavaScript which takes Integer number as input and tells whether the
number is ODD or EVEN.
14. Create HTML Page that contains form with fields Name, Email, Mobile No , Gender , Favorite
Color and a button now write a JavaScript code to combine and display the information in
textbox when the button is clicked.
15. Implement Validation in above Feedback Form.
16. Use regular expression for validation in Feedback Form. 17 Using ajax retrieve data from a
TXT file and display it.
Practical Set -4 XML
17. Create XML file to store student information like Enrolment Number, Name , Mobile Number ,
Email Id.
18. Create DTD for above XML File. 20 Create XML Schema for above (Practical No.
19. Create XSL file to convert above (refer Practical No. 16) XML file into XHTML file.

Practical Set -5 PHP


20. Write a php program to display today’s date in dd-mm-yyyy format.
21. Write a php program to check if number is prime or not.
22. Write a php program to print first 10 Fibonacci Numbers.
23. Create HTML page that contain textbox, submit / reset button. Write php program to display
this information and also store into text file.
24. Write a php script to read data from txt file and display it in html table (the file contains info
in format Name: Password: Email )
25. Write a PHP Script for login authentication. Design an html form which takes username and
password from user and validate against stored username and password in file.
26. Write PHP Script for storing and retrieving user information from MySql table. 1. Design A
HTML page which takes Name, Address, Email and Mobile No. From user ( register.php ) 2.
Store this data in Mysql database / text file. 3. Next page display all user in html table using
PHP ( display.php )
27. Write a PHP script for user authentication using PHP-MYSQL. Use session for storing
username.
28. Using ajax fetch information from a database with AJAX.

Practical Set-6 Website Design (Optional)


29. Students have to create a whole Website which contains above topics in Website.

…………………………………………………………………………………………………………….

You might also like