Lab-PCC-CSE-406-Web Technology Lab
Lab-PCC-CSE-406-Web Technology Lab
…………………………………………………………………………………………………..
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.
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.
…………………………………………………………………………………………………………….