Introduction to Web Design - B.Tech 2nd Semester Examination, 2025
Introduction to Web Design
Instructions:
- The marks are indicated in the right-hand margin.
- There are NINE questions in this paper.
- Attempt FIVE questions in all.
- Question No. 1 is compulsory.
-
Which protocol is used for transferring web pages?
-
HTML stands for
-
Which tag is used for creating hyperlinks?
-
Which tag is used to create a form?
-
Which attribute is used to send form data to a server?
-
Inline CSS is applied using
-
JavaScript runs on
-
To repeat code a fixed number of times, we use
-
The default value of uninitialized variables in Java Script is
-
On click is an example of
-
Define the Internet and the World Wide Web (WWW). Explain the fundamental difference between these two terms using a simple analogy.
-
What is a Website and a Homepage? Describe the role of a homepage in a typical website and give an example of the information it commonly contains?
-
Explain the difference between Web Browser and Web Server?
-
What is a URL? Write a sample URL and label its three main parts (Protocol, Domain Name, and Path)?
-
What is an HTML Element? Describe the structure of an HTML element with suitable examples.
-
Create an HTML webpage to display the following table showing Name, Age, and Country of three persons.
Name Age Country Harry Depp 28 Britain John Smith 35 USA Ram Krishna 19 Nepal
-
Design an HTML webpage to show your semester subjects. Use a Nested List, where the main list contains semester numbers (Semester 1, Semester 2) and each semester contains the subjects offered in that semester.
-
Write the difference between HTML and XHTML?
-
Write a short note on: (i) Inline CSS (ii) Internal CSS
-
Explain the use of <div> and <span> tags in CSS styling.
-
Write an HTML program using CSS to demonstrate various text and font properties such as font-family, font-size, font-style, font-weight, text-align, text-decoration, text-transform, and line-height.
-
Why do we need JavaScript in Web Development?
-
Discuss arithmetic and logical Operators in JavaScript with program?
-
Write a JavaScript program to calculate the sum of the first 10 natural numbers using any looping structure.
-
What is Event Handling in JavaScript? Explain with a program?
-
Discuss Form Validation in JavaScript with example program?