This repository contains the assignments💻 of Web Technology provided by Savitribai Phule Pune University(SPPU)🎓
Assignment-1
Before coding of the website, planning is important, students should visit different websites for the different client projects and note down the evaluation results for these websites, either good website or bad website in following format:
- Sr. No.
- Website URL
- Purpose of website
- Things liked in the website
- Things disliked in the website
- Overall Evaluation
Assignment-2
Implement a web page index.htm for any client website using following:
- HTML syntax: heading tags, basic tags and attributes, frames, tables, images, lists, links for text and images, forms etc.
- Use of Internal CSS, Inline CSS, External CSS
Assignment-3
Design the XML document to store the information of the employees of any business organization and demonstrate the use of:
- DTD
- XML Schema
And display the content in (e.g., tabular format) by using CSS/XSL.
Assignment-4
Implement an application in Java Script using following:
- Design UI of application using HTML, CSS etc.
- Include Java script validation
- Use of prompt and alert window using Java Script
Assignment-5
Implement the sample program demonstrating the use of Servlet.
Assignment-6
Implement the program demonstrating the use of JSP.
Assignment-7
Build a dynamic web application using PHP and MySQL.
Assignment-8
Design a login page with entries for name, mobile number email id and login button. Use struts and perform following validations
- Validation for correct names
- Validation for mobile numbers
- Validation for email id
- Validation if no entered any value
- Re-display for wrongly entered values with message
- Congratulations and welcome page upon successful entries
Assignment-9
Design an application using Angular JS.
Assignment-10
Design and implement a business interface with necessary business logic for any web application using EJB.