REVA UNIVERSITY
School of Computer Science
and Engineering
ASSIGNMENT – 1
Academic year : Even sem 2026-27
Sub name: Web Technology Sub-code : B22EF0602 Sem & Sec: VI IOT
A
Last Date to submit: 15th April 2026
Staff in-charge: Dr.N P Nethravathi
Note: Answer for any 10 Questions .
1) A student enters the URL [Link] in a web browser to access the university
website, where the browser sends an HTTP request to the server and receives a response
containing the webpage. Explain how HTTP request and response messages work in
this client–server communication.
2) A beginner student in Web Programming is eager to learn about various commonly used
HTML tags. With appropriate examples, explain the purpose and usage of the following
HTML tags:
(i) <p> ( ii) <br> (iii) <hr> (iv) <pre> (v) <span>
3) While developing an early-style website, a developer wants the navigation menu to
remain fixed on the left side while the main content changes on the right side. Explain
HTML frames with their advantages and disadvantages, and design an HTML layout
with two frames: one for navigation and one for content.
4) A web developer wants to improve the appearance of a website by controlling colors,
fonts, and layout without changing the HTML structure. What is CSS and its role in web
development? Describe the different levels of style sheets (inline, internal, and external)
with an example for each.
5) While designing a webpage layout, a developer needs to control spacing around elements
such as text, images, and borders using CSS properties. Illustrate the CSS Box Model
with a neat diagram and explain each of its components (content, padding, border,
and margin).
6) A user opens a web browser and enters a website URL, where the browser sends a
request to the web server and receives a response to display the webpage. Explain the
client–server communication model and the role of HTTP request and response
messages in web communication.
7) While updating an old website, a developer reviews earlier HTML code and considers
adopting modern standards like XHTML for better structure and compatibility. Describe
the evolution of HTML from its initial version to modern XHTML, highlighting the key
changes and improvements.
8) A web developer is creating a webpage to display student information along with the
subjects they study, while using formatting elements for better presentation. Design an
HTML page containing a table with student data, a list of subjects, and the use of <span>
and <div> for formatting.
9) While designing a website, a developer needs to collect user information such as name,
email, and feedback through a webpage. Explain the structure and usage of HTML forms
and describe various form elements with suitable examples.
10) While designing a webpage, a developer needs to apply different styles to various HTML
elements using CSS selectors. Describe different selector forms in CSS and provide
suitable examples for each type.
11) A web developer is creating a login page for a website and wants the input fields and
buttons to be properly styled for better user experience. Write HTML and CSS code to
design a login form using styled input fields and buttons with both internal and external
stylesheets.
12) A web designer is developing a webpage and wants to enhance its appearance using
different font styles, formatted lists, and background images. Write HTML and CSS
code to demonstrate font properties, list properties, and background images within a
webpage layout.