Wtws Important Questions
Wtws Important Questions
Important Questions
Unit -1
1. Develop an interactive web page for student registration using HTML form elements.
2. Apply CSS to a web page with the following requirements
(i) Paint the background gray (2)
(ii) Paint the sidebar yellow (2)
(iii) Set the artist h1 to be only uppercase (2)
(iv) Set the title h2 to be uppercase-first letter (2)
(v) Set letter spacing between in each span of instructions (2)
3. Explain HTML forms in detail along with form elements, attributes and methods. Write an
HTML document to provide a form that collect name and telephone No’s.
4. How do you create frames? Why do we need them? Develop the application to explain the same.
5. Explain in detail about CSS Border and CSS outline.
6. Create a HTML document for a company home page.
Unit – 2
1. Write XSLT code to display employee details in a Table form which is stored in XML.
2. List and explain the XML syntax rules in detail. And explain how an XML document can be
displayed on a browser.
3. Explain in detail about DTD, Types of DTD with example program.
4. Discover a XML document to store voter ID, voter name, address and date of birth details and
validate the document with the help of the DTD.
5. Explain in detail the XML schema, built in and user defined data type detail.
6. Get the students detail like name, register number and mark using form. Generate DTD for this
XML document.
Name register no Mark
Aaa 100 95
Bbb 101 86
Generate the collected information in the descending order of marks using XSLT. Results should
be display in the above format. Write the source code and explain the same.
Unit - 3
Unit - 4
1. What is session? Explain how client state is maintained using session and also explain about
session tracking and session management using an example.
2. What is JSP? Outline the life cycle of JSP with an example.
3. Write a java servlet to display net salary of employee, use JDBC connectivity to get employee
details from database.
4. Identify the objects associated with JSP and highlight the features of each object. Explain the
various JSP elements.
5. Elaborate briefly about JDBC database connection pool. How to setup in Java? What is
difference between type 2 and type 4 JDBC drivers in Java?
6. Explain the servlet operation in detail with a sample servlet program.
Unit - 5