Web Technology 2020 - BCA(TU) Old Questions
Group B
Attempt any Six Questions.
2. What is HTML 5? Explain Characteristics of HTML 5
3. Write HTML Tag to Generate the Following Table

4. Design the following Website Menu with the use of an HTML list and Appropriate 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 different types of selectors with suitable example
7. Why session is required in web development? Explain how you set and remove values stored in session with a suitable example?
8. Critically Analysis the pitfall of the 3-tier technology in comparison with n-tier Technology
Group C
Attempt and Two Questions
9. Design the following layout of a webpage with the use of div and appropriate CSS.

10. What is a server-side script for the login process assume that username and password have already existed 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.