You are on page 1of 6

Web Technology (18CS63) Question Bank

MODULE-1

Q. No. Question COs CL Marks

1. What is HTML? Explain the structure of HTML5 Document with CO1 L2 6M


an example. (Feb 2021/AUG 2022)
Illustrate with an example, how nested elements are handled in
2. CO1 L2 5M
HTML5.(JULY 15)

3. Summarize the three main aims of HTML5.(Feb 2021) CO1 L2 3M

Explain the following tags with syntax and all attributes with an
example for each:
a) <p> b) <pre> f) <img> g) <span>
4. CO1 L2 8M
h) <meta> i) <br> j) <a> k) <div>
(Dec-15/Jan-16,June/July–15,June/July–16,Dec–13/Jan -
14/AUG 2022)

5. Write a short note on HTML character entities. CO1 L2 3M

6. Explain with an example, all relative referencing used in HTML5. CO1 L2 8M

Explain two types of URL referencing techniques with suitable


7 CO1 L2 6M
examples in HTML5. (Feb 2021)

7 Explain HTML5 Semantic Structure Elements. CO1 L2 8M

Explain the usage of different levels of style sheets, with syntax and
example. OR
6. CO1 L2 7M
Explain Inline, Embedded and External styles with an example.

OR Define CSS? Explain the location of styles? (Feb 2021)

Department of CSE, Vemana IT Page 1 of 6


Web Technology (18CS63) Question Bank

What is the CSS? Explain the CSS syntax with an example and
7 CO1 L2 4M
summarize the benefits of CSS. (Feb 2021)
Explain the different selector forms of the CSS. Illustrate the use of
8 CO1 L2 10M
each with suitable example. (Feb 2021)
Explain contextual selectors? Identify the four different contextual
9 CO1 L1 9M
selectors. (AUG 2022)
Explain class selectors and id selectors? Briefly discuss why you
10 CO1 L2 6M
would use one over the other. (Feb 2021)
Explain element selector and a grouped element selector? Provide
11 CO1 L2 6M
an example of each.
Explain the three cascading principles used by browsers when style
12 rules conflict? Briefly describe each. (Inheritance, Specificity & CO1 L2 7M
Location ).

13 Illustrate the CSS box model. (Feb 2021) CO1 L2 8M

Write HTML5 document to describe an ordered list of your five


14 favourite movies. Each element of the list must have a nested list of CO1 L2 5M
at least two actors in your favourite movies.
Write a HTML5 document that has six short paragraphs of text.
Define three different paragraph styles p1, p2, and p3. The p1 style
must use left and right margins of 20 pixels, a background color of
yellow and a fore ground color of blue. The p2 style must use font
15 CO1 L2 5M
size of 18 points, font name ‘Arial’ and font style in italic form. The
p3 style must use a text indent of 1 cm, a background color of green,
and foreground color of white. The 1 st and 4th paragraph must use
p1, the 2nd and 5th must use p2, and the 3rd& 6th must use p3

16 Explain the different types links created using <a> tag. CO1 L2 7M

Illustrate the CSS box model. Be sure to label and briefly explain
17. CO1 L2 8M
each component in the box.

18. Describe the embedded style sheet with an example. CO1 L2 4M

19.

Department of CSE, Vemana IT Page 2 of 6


Web Technology (18CS63) Question Bank

MODULE 2
Q.
Question COs CL Marks
No.
Explain the basic table structure. Write HTML program for the
following Table:

1. CO2 L2 8M

(15CS71 JAN/FEB – 2021)

With sample HTML form, explain how form works. (15CS71


2. CO2 L2 4M
JAN/FEB – 2021)

3. List the various form related elements. (15CS71 JAN/FEB – 2021) CO2 L2 4M

4. Explain the positioning elements in CSS. (15CS71 JAN/FEB – 2021) CO2 L2 8M

What is responsive design? Explain the four key components that


5. CO2 L2 8M
makes responsive design work. (15CS71 JAN/FEB – 2021)
Explain different form widgets created with <input> tag.
6. CO2 L2 8M
15CS71DEC-2018/JAN 2019)
Discuss the differences between absolute and relative positioning.
7 CO2 L2 8M
15CS71DEC-2018/JAN 2019)
What does floating an element do in CSS? How do you float an
7 CO2 L2 8M
element(15CS71DEC-2018/JAN 2019)

6. Compare radio and check box controls of HTML5 with example. CO2 L2 6M

Department of CSE, Vemana IT Page 3 of 6


Web Technology (18CS63) Question Bank

(15CS71 DEC 2019/JAN 2020)

Explain the structure of <form> element with an example. Illustrate CO2


7 the role of action and method attributes. (15CS71 DEC 2019/JAN L2 6M
2020)
Explain the role of display and visibility properties in CSS with an CO2
8 L2 4M
example. (15CS71 DEC 2019/JAN 2020)
Explain the different forms of text input controls with example. CO2
9 L1 4M
(15CS71 DEC 2019/JAN 2020)
Explain the role of CSS position property. With suitable example CO2
10 explain absolute and relative positioning. (15CS71 DEC 2019/JAN L2 6
2020)
Explain the liquid(fluid) layout design for websites with an example. CO2
11 List liquid layout benefits and limitations. (15CS71 DEC 2019/JAN L2 6M
2020)
Apply the following table elements to display the following table: table CO2
elements: table, td, tr, th, tbody, tfoot, thead

12 L2 8M

(15CS71 JUNE/JULY-2019)
Discuss <table> element with spanning rows and columns CO2
13 L2 8M
(AUG/SEP-2020)
Explain the following concerned with forms: CO2
14 i)Form structure L2 8M
ii)Form control elements (AUG/SEP-2020)
Explain different ways of positioning element in CSS layout technique. CO2
15 L2 8M
(AUG/SEP-2020)
Discuss fixed layout and liquid layout with an example. (AUG/SEP-
16 CO2 L2 8M
2020)

17 Discuss about query string and microformats (AUG/SEP-2020) CO2 L2 6M

Department of CSE, Vemana IT Page 4 of 6


Web Technology (18CS63) Question Bank

18 Apply the following table elements to display the following elements: CO2 L3 7M
table, td, tr, th, tbody, tfoot, thead.

SL NO USN NAME DEPT


1 1VI21CS001 S1 CSE
2 1VI21EC002 S2 ECE
Total No of 2 - -
Rows

Identify the approaches to CSS layouts and explain them in detail.


18 CO2 L2 8M
(15CS71 JUNE/JULY-2019)
What is responsive design? Why is it important? Explain in detail with
19 four key components that make a responsive design work. CO2 L2 8M
(15CS71 JUNE/JULY-2019/AUG 2022)

20 Explain different form widgets created with the <input> tag CO2 L2 8M

Write the HTML code for the following table with appropriate styling:
(AUG 2022)

YEAR:2021
MONTH Days
Name Id DATES
MON 1 1 8 15 22 29

21 TUE 2 2 9 16 23 30 CO2 L2 8M
MARCH

WED 3 3 10 17 24 31
THRU 4 4 11 18 25
FRI 5 5 12 19 26
SAT 6 6 13 20 27
SUN 7 7 14 21 28

Illustrate and briefly explain the use of number and range HTML5
22. CO2 L2 4M
controls.(AUG 2022)

Department of CSE, Vemana IT Page 5 of 6


Web Technology (18CS63) Question Bank

Illustrate the construction of multicolumn layouts with example.


23. CO2 L2 8M
(AUG 2022)

24. Explain the different types of buttons used in HTML. (AUG 2022) CO2 L2 8M

How are the block level and inline elements displayed in the normal
25. CO2 L1 4M
flow? (AUG 2022)

Department of CSE, Vemana IT Page 6 of 6

You might also like