You are on page 1of 2

B.TECH.

, - VI Semester
WEB TECHNOLOGIES UNIT WISE QUESTIONS
UNIT-I
1.

Explain any five tags of HTML

2.

Explain the difference between <frame> and <table> tags

3.

How do you make a normal link and picture link to another web page, explain
with example?

4.

How do you give colors to text and back ground for a web page?

5.

Explain the difference between internal link and external link concepts in a
Webpage

6.

Create a web page to make a picture as a background on a web page and make
a web page with background of solid color

7.

Explain the difference between static html and dynamic html

8.

Explain the difference between order list and unordered list tags of html

9.

What are Style Sheets and ruleset

10.

What are the advantages/disadvantages of the various style methods/types


stylesheets?

11.

What is ID selector and class selector and anonymous class selector

12.

What is CSS ? Explain the types of stylesheets with example

?
of

13.

Write a script that reads an integer and determines and displays whether it is an
odd or even number.

14.

Explain the importance of form tag and its elements

15.

What are the functions of javascript and explain with example ?

16.

Design a html page for Registration form with various fields.

17.

Explain any 4 objects of a java script briefly with example

18.

Design a web page to print multiplication table for any number upto required
level using Javascript ?

19.

Write a javascript to validate a login form with the following conditions


- username and password length must be 8 characters
- username must consists of alphabets and letters only
- username and password should not be same

20.

Explain the types of javascripts with example

21.
22.

Explain the concept of event handling in javascript ?


Explain the concept of regular expression in javascript ?

You might also like