Web Technology 2020
Group B
AI is thinking...
Attempt any Six Questions.
AI is thinking...
2. What is HTML 5? Explain Characteristics of HTML 5
AI is thinking...
3. Write HTML Tag to Generate the Following Table
Average | Red Eyes | ||
---|---|---|---|
Height | Weight | ||
Males | 1.5 | 0.004 | 45% |
Female | 1.4 | 0.006 | 47% |
AI is thinking...
4. Design the following Website Menu with the use of an HTML list and Appropriate CSS.
Home | News | Contact | About
AI is thinking...
5. Compare and Contrast between a block-level element and an Inline element in HTML?
AI is thinking...
6. What is CSS Selector? Explain different types of selectors with suitable example
AI is thinking...
7. Why session is required in web development? Explain how you set and remove values stored in session with a suitable example?
AI is thinking...
8. Critically Analysis the pitfall of the 3-tier technology in comparison with n-tier Technology
AI is thinking...
Group C
AI is thinking...
Attempt and Two Questions
AI is thinking...
9. Design the following layout of a webpage with the use of div and appropriate CSS.
AI is thinking...
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).
AI is thinking...
11. What are the rules for Well-Formed XML Document? Create a sample well-formed XML and validate it with DTD Schema
AI is thinking...