Model Set 1
Published by: Anil K. Panta
Internet Technology I
Short Questions [Attempt all] [2x10 = 20]
Write down the difference between Internet and Intranet?
Write down the difference between Static and Dynamic Web Page?
What is the purpose of HTTPS?
Write any two important features of HTML.
Can a web page contain multiple elements? Explain.
Write down the difference between Block Tag and Inline Tag with example.
How do we use link in HTML also write its syntax.
What are the use of heading tag?
What is an attribute? Write down some attributes of Image Tag.
How do we Write Comment in HTML also write down its usage?
Descriptive Questions [Attempt all] [5x10 = 50]
Write HTML program to create the following.
What is Client/Server Architecture? Explain the evolution of web.
Explain the 1-Tier, 2-Tier and 3-Tier architecture.
What is HTML list? Explain its types.
Write HTML program to create the following.
Long Questions [Attempt all] [3x10 = 30]
Create a list as below:
1. Fruits
Apple
Banana
Orange
Manang Orange
Jumla Orange
1. Vegetables
Carrot
Cauliflower
Potato
Old Orange
New Orange
Create HTML form for a health survey. The form must include Full Name, Gender, Date of Birth and Address.
Create a HTML table to display all the data collected using above form.