Module 1 Question Bank
Module 1 Question Bank
(Deemed to be University)
III year B.Tech, VI Semester
WEB TECHNOLOGIES
QUESTION BANK
MODULE-I
1. Explain the basic structure of html with an example?
2. Explain with example: Text formatting tags
(Paragraph, heading, line break, preserving whitespace, horizontal rule)
3. Explain the image formats and image element in html with an Example?
4. Explain: “Hyperlink” in HTML with suitable example?
5. Explain types of lists with an example
6. How lists are handled in HTML? Design an HTML code for illustrating nested list.
7. Explain with an example how to create table by using HTML?
8. Explain: (a) align and valign (b)cellspacing and cellpadding (c) rowspan and colspan
9. Explain the form tag with all control widgets with suitable example.
10. Explain: (a) section (b) range (c) article (d) date (e) span and div
tag
11. How to handle the frames and iframes explain with suitable example
12. Design an HTML code for constructing a sample class time table to illustrate table
handling
13. Generate an HTML document that would take student details for student registration
form (use all types of input tag)
14. Write a HTML program to illustrate a form which accepts buyer’s Name, Address,
City, state, Zip, product name(Book, Mobile, Pen Drive),price, quantity, payment
method via(master card, visa, rupay),submit button.
15. Crate an HTML document that defines a table with columns for state ,state bird,state
flower, and state tree. There must be at least five states as rows in the table. You must
include attribute specifications for cellpadding and cellspacing.
16. Create an HTML document to describe an unordered list of at least four states. Each
elements of the list must have a nested list of at least three cities in the state
17. List and Explain Different levels of style sheets with an example each
18. List and explain various selector forms in CSS with an example
19. Develop HTML page to align text, change the text color and background image using
CSS.
20. Explain Font properties in CSS with an examples
21. Explain Border Properties in CSS with an example
22. Develop HTML page to apply properties to the list using CSS.