Question for Web Development
Lecture 1
1. What is WWW? Also mention its features in brief.
2. Describe the working of a web browser with a neat flowchart
3. Compare WWW and Web Browser with suitable examples.
4. Explain the difference between the World Wide Web (WWW) and the Internet
Lecture 2
1. Define a web server and explain different types of server with example.
2. Explain the hardware and software components of a web server. Describe step by
step how a web server processes a client request.
3. Write short notes on:
Security in Web Servers
Hosting types (Shared, Dedicated, VPS, Cloud)
4. Explain the role of web servers in real-world applications like e-commerce,
streaming, and government portals.
Lecture 3
1. What is HTTP?. Explain common HTTP methods with example
2. Differentiate between HTTP and HTTPS. Why is HTTPS essential for websites
handling sensitive data?
3. Write short notes on the following HTTP methods with examples:
GET
POST
PUT
DELETE
4. Explain the significance of HEAD, OPTIONS, and TRACE methods in cybersecurity
and forensics.
Lecture 4
1. Describe different categories of web development tools with examples
2. Explain the role of version control systems in web development. How does Git
enhance collaborative coding
3. Write short note on:
Responsive Design
Progressive Enhancement
RESTful API integration
Component-Based Architecture
CI/CD (Continuous Integration/Deployment)
4. Discuss the significance of package managers like npm and yarn in modern web
development. How do they streamline dependency management
5. Compare and contrast browser developer tools (e.g., Chrome DevTools) with
IDEs like Visual Studio Code in terms of debugging and performance
optimization.
Lecture 5
1. Define HTML. Explain its role in web development.
2. Write and explain the basic structure of an HTML page.
3. Explain HTML attributes with example. Write notes on href and src attributes
with code examples.
4. What are HTML elements? Explain with examples.
Lecture 6
1. Explain the purpose of the HTML heading tags (<h1> to <h6>). How do they
differ in size and usage? Give suitable examples.
2. Demonstrate with code how to create a centered heading, a horizontal line,
and a paragraph with superscript and subscript text.
3. What is the difference between the <pre> tag and the <p> tag in HTML? Write
an example showing how the <pre> tag preserves formatting.
Lecture 7
1. Explain nested elements in HTML with suitable examples and code.
2. Discuss and write the code of media elements (<audio>, <video>, <object>) in
HTML.
3. Write notes on HTML hyperlinks and their different types (external, internal,
email, image links).
4. Explain the structure and role of HTML forms. Write examples for text fields,
radio buttons, and submit buttons with code.
5. Write short notes on:
HTML comments
Special Characters in HTML
Lecture 8
1. Explain the role of <div> as a container element in HTML. Give example code.
2. Differentiate between class and id attributes in HTML.
3. Write HTML and CSS code examples showing multiple elements using the same class.
4. Write short notes on:
- Multiple classes in a single element
- CSS styling using ‘class’ vs ‘id’
Run the code and learn !!!!!!
Code will be mostly considered