CCS375 Set3
CCS375 Set3
Fifth Semester
CCS375 - WEB TECHNOLOGIES
(Regulations 2021)
1. Design the following web pages required for an online book store web site.
a) HOME PAGE: The static home page must contain three frames.
b) LOGIN PAGE
c) CATOLOGUE PAGE: The catalogue page should contain the details of all the books available
in the web site in a table.
d) REGISTRATION PAGE
2. Write an HTML page that contains a selection box with a list of 5 countries. When the user selects a
country, its capital should be printed next in the list. Add CSS to customize the properties of the font of
the capital (color,bold and font size).
a) A user validation web application, where the user submits the login name & password to the
server. The name and password are checked against the data already available in Database
and if the data matches, a successful login page is returned. Otherwise failure message is
shown to the user.
4 Write an XML file which will display the Book information which includes the following:
Page 1 of 4
i) Title of the book
v) Edition
vi) Price
vii) Write a Document Type Definition (DTD) to validate the above XML file.
The contents should be displayed in a table. The header of the table should be in color GREY.
And the Author names column should be displayed in one color and should be capitalized and in
bold. Use your own colors for remaining columns. Use XML schemas XSL and CSS for the
above purpose.
ii. Set a background image for both the page and single element on the page.
6. Design a JSP to insert the details of the users who register through the registration page and store the
details in to the database.
7. Write an HTML page that has one input, which can take multi-line text and a submit button. Once the
user clicks the submit button , it should show the number of characters ,lines and words in the text entered
Page 2 of 4
using an alert message. Words are separated with white space and lines are separated with new line
character.
i) A user validation web application, where user submits the login name and password to
server. These are checked against the data already available in database and if the data
matches a successful login page is returned. Otherwise a failure message is shown to the
user.
10. Design an XML document to store information about a student in an engineering college affiliated to
Anna University. The information must include Reg No., Name, and Name of the College, Branch, Year
of Joining, and email id. Make up sample data for 3students. Create a CSS style sheet and use it to display
the document.
11. Implement the three-tier application using servlets to display Student mark list in Web Technology
perform by the jdbc:odbc connection.
12. Design a web page using CSS (Cascading Style Sheets) which includes the following:
a. Use different font, styles: In the style definition you define how each selector should work
(font, color etc.). Then, in the body of your pages, you refer to these selectors to activate the
styles.
b. Set a background image for both the page and single elements on the page.
13. Develop and demonstrate the usage of inline, internal and external style sheet using CSS.
Page 3 of 4
2. Session tracking using hidden form fields and Session tracking for a hit count.
16. Create and save an XML document on the server, which contains 10 users information. Write a program,
which takes User Id as an input and returns the user details by taking the user information from the XML
document.
17. Write programs in Java to create three-tier applications using JSP and Databases
● For displaying student mark list. Assume that student information is available in a database
c. Reverse a string.
19. Write an HTML page including JavaScript that takes a given set of numbers and display them after
sorting in ascending order.
20. A web application that takes name and age from an HTML page. If the age is less than it should send a
page with “Hello, you are not authorized to visit this site” message, where should be replaced with the
entered name. Otherwise it should send “Welcome to this site” message.
Page 4 of 4