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.
Q.1 Choose the correct option/answer the following (Any seven question
only):
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
Q.2 Solve both questions:
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?
Q.3 Solve both questions:
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)?
Q.4 Solve both questions:
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 |
Q.5 Solve both questions:
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?
Q.6 Solve both questions:
Write a short note on: (i) Inline CSS (ii) Internal CSS
Explain the use of <div> and <span> tags in CSS styling.
Q.7 Solve both questions:
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?
Q.8 Solve both questions:
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.
Q.9 Solve both questions:
What is Event Handling in JavaScript? Explain with a program?
Discuss Form Validation in JavaScript with example program?
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.
Q.1 Choose the correct option/answer the following (Any seven question
only):
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
Q.2 Solve both questions:
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?
Q.3 Solve both questions:
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)?
Q.4 Solve both questions:
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 |
Q.5 Solve both questions:
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?
Q.6 Solve both questions:
Write a short note on: (i) Inline CSS (ii) Internal CSS
Explain the use of <div> and <span> tags in CSS styling.
Q.7 Solve both questions:
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?
Q.8 Solve both questions:
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.
Q.9 Solve both questions:
What is Event Handling in JavaScript? Explain with a program?
Discuss Form Validation in JavaScript with example program?