Web Technology

Examination 2019
Group B
Attempt any Six question
2. What is HTML Link? Explain different link used in html.
3. Write the HTML Tag to generate the following Table
Routine | |||
Sunday | Monday | Break | Tuesday |
WT | DSA | SAD | |
Java | Statistics | Maths | |
4. Write HTML tag to generate the following output
- FOHSS
- BCA
- IoT
- BCA
- FOM
- BIM
- Iot
5. "It is discourage to use frame in web development". Explain the reason
6. What is the strength of CSS? What are the various apporaches to include CSS document in HTML ?
7. What is cookie ? Explain how you set and remove value stored in cookies with suitable examples ?
8. Write HTML tag to generate the following output.

Group C
Attempt any Two question
9. Is XML replacement for HTML? Explain different types of tier technology with suitable example diagram.
10. Write a server site script to display all the record store in student table which reside under the database called T.U. The structure of student table (id, name, address).
11. Write well formed XML document and validate with the use of XML schema.

Examination 2020
Group B
Attempy any Six Questions.
2. What is HTML 5? Explain Characteristics of HTML 5
3. Write HTML Tag to Generate Following Table
Average | Red Eyes | ||
---|---|---|---|
Height | Weight | ||
Males | 1.5 | 0.004 | 45% |
Female | 1.4 | 0.006 | 47% |
4. Design the following Website Menu with use of HTML list and Approproate CSS.
- Home
- News
- Contact
- About
5. Compare and Contrast between a block-level element and an inline element in HTML?
6. What is CSS Selector? Explain diffrent type of selector with suitable example
7. Why session is required in web development? Explain how you set and remove value stored in session with suitable example?
8. Critically Analysis the pitfall of the 3-tier technology in comparison with n-tier Technology
Attempt and Two Questions
9. Design the following layout of webpage with use of div and appropriate CSS.

10. What is server-site script for login process assume that username and password have already exist on database TU under the user table(id,user,password).

11. What are the rules for Well Formed XML Document? Create a sample well formed xml and validate it with DTD Schema.