Web Technologies Lab
CIE -356P
CIE -356P
Unit Wise Notes Click Here Download List of Programs
CO / CO-PO Mapping
Course Objectives :
1. To explain web application development with HTML and CSS.
2. Learn about scripting languages Java Script and JSP Technologies.
3. To Learn Server-side Development with PHP.
4. Develop web applications using PHP and MYSQL.
CO-PO Mapping
Viva Voce Sample Question Bank:
What is HTML, and what are its key elements?
How does CSS improve the styling of a webpage?
What is the difference between inline, internal, and external CSS?
Explain the role of JavaScript in web development.
What is the difference between GET and POST methods in HTTP?
What is the DOM (Document Object Model) in JavaScript?
How does responsive design work, and which CSS techniques help achieve it?
What is the difference between id and class in CSS?
Explain the importance of the <meta> tag in HTML.
What are cookies, localStorage, and sessionStorage in JavaScript?
What is AJAX, and how does it work?
What are RESTful APIs, and why are they used?
Explain the concept of CORS (Cross-Origin Resource Sharing).
What are web components, and how do they enhance modular development?
What is the difference between relative, absolute, and fixed positioning in CSS?
What is React.js, and why is it popular?
Explain the Virtual DOM in React.