B2022-SA-CM406 (1)
B2022-SA-CM406 (1)
Question Paper
1. Create the HTML page with a table and the table should have a header, body and footer.
2. Design the following static web pages required for an online bookstore website.
1) HOME PAGE: The static home page must contain three frames.
2) LOGIN PAGE
3. Design the following static web pages required for an online bookstore website.
1) CATOLOGUE PAGE: The catalogue page should contain the details of all the books
available on the website in a table.
2) REGISTRATION PAGE
4. Create an XML document that contains 10 users information.
5. Design a web page to demonstrate the usage of inline, internal and external style sheets using
CSS.
1) Use different font styles
2) Control the repetition of image with background-repeat and no-repeat property
3) Use position property.
6. Develop and demonstrate JavaScript with POP-UP boxes and functions for the following
problems:
a) Input: Click on Display Date button using onclick( ) function Output: Display date in
the textbox
b) Input: A number n obtained using prompt Output: Factorial of n number using alert
c) Input: A number n obtained using prompt Output: A multiplication table of numbers
from 1 to 10 of n using alert
d) Input: A number n obtained using prompt and add another number using confirm
Output: Sum of the entire n numbers using alert
7. Write a JavaScript program which sends a request to a server using ajax, receives information
and displays it.
8. Write a JavaScript JQuery functions which displays different messages when mouse enters in
div tag, mouse leaves div tag and clicks on div tag.
9. Write a JavaScript program using jQuery which performs effects like hide, show,
slideupfadeIn,fadeout,slideDown, SlideUp.
11. Write a PHP program to implement searching like reading an array of ' n' numbers and
finding smallest among them using conditional and iterative statements.
14. Write PHP code to perform retrieval, insertion, modification and deletion of data in a
database table using functions.
15. Write a program to design a simple calculator using (a) JavaScript (b) PHP. \