Tribhuvan University
Bachelor of Computer Application
Semester 3 · TU Board 2020
Course Title: Web Technology (CACS205)
Full Marks: 60Pass Marks: 24Time: 3 hours
Candidates are required to answer the question in their own words as far as possible.
Group B
Attempt any SIX question.(6 × 5 = 30)
- 2.5
What is HTML5? Explain characteristics of HTML5.
- 3.5
Write HTML tag to generate the following table: - Row 1: empty cell (rowspan 2), "Average" spanning 2 columns, "Red Eyes" (rowspan 2). - Row 2: "Height", "Weight". - Row 3: "Males", "1.5", "0.004", "45%". - Row 4: "Female", "1.4", "0.006", "47%".
- 4.5
Design the following website's Menu with use of HTML list and appropriate CSS. Navigation menu with items: Home | News | Contact | About (horizontal, separated by borders).
- 5.5
Compare and contrast between a block-level element and an inline element in HTML?
- 6.5
What is CSS Selector? Explain different types of selector with suitable example.
- 7.5
Why session is required in web development? Explain how you set and remove values stored in Session with suitable example?
- 8.5
Critically analysis the pitfall of the 3-tier technology in comparison with n-tier technology.
Group C
Attempt any TWO questions(2 × 10 = 20)
- 9.10
Design the following layout of webpage with use of div and appropriate CSS. - Logo - Navigation - Header Banner - Two-column content area: Side Bar (left) | Body Area (right) - Footer
- 10.10
Write a server-site script for login process assume that user name and password have already exist on database TU under the user table (id, user, password). The login form includes: Username field, Password field, Login button, Lost Your Password link, and Sign Up link.
- 11.10
What are the rules for Well-formed XML document? Create a sample well-formed XML and validate it with DTD Schema.
— The End —