What is HTML5? Explain characteristics of HTML5.
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%".
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).
Compare and contrast between a block-level element and an inline element in HTML?
What is CSS Selector? Explain different types of selector with suitable example.
Why session is required in web development? Explain how you set and remove values stored in Session with suitable example?
Critically analysis the pitfall of the 3-tier technology in comparison with n-tier technology.
Attempt any TWO questions
[2x10=20]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
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.
What are the rules for Well-formed XML document? Create a sample well-formed XML and validate it with DTD Schema.