0% found this document useful (0 votes)
6 views

Css Practical QB

Uploaded by

Vibhuti Waghmare
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

Css Practical QB

Uploaded by

Vibhuti Waghmare
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

1.

Write a program to read arithmetic expression from user,evaluate it and display the answer
using alert box.
2. Write a program to accept the name from user using prompt box and display a message in
format “Good Morning Adam” using alert box.
3. Write a program to ask user whether he wants to change background colour.If user says yes
ask for the colour and change or else display alert box with message “You decided not to
change colour”.
4. Write a program to perform all the array opeartions.
5. Write a program to accept the marks of 10 subjects from user and store it in array.Sort them
and display.
6. Write a program to display even and odd numbers using function.
7. Write a program to display prime numbers using function.
8. Write a program to perform stack operations of push and pop using function.
9. Write a program to perfom all the string operations.
10. Write a program that checks whether a passed string is palindrome or not.
11. Write a program to insert a string within a string at a particular position.
12. Write a program to design a form for placing pizza order.
13. Write a program to design registration form for college.
14. Write a webpage that accepts Username and adharcard as input texts.
15. Write a program to display the time when a button is clicked.
16. Write a program to convert the text entered in textbox to uppercase when textbox loses its
focus.
17. Write a program to change the background color of the textbox when it gets focus and
change it back to white when the textbox loses focus.
18. Write a program to demonstrate the use of mouse events.
19. Write a program to generate a form having a textbox.When you start typing in the textbox
the same content should be written on webpage below the textbox.
20. Write a program to implement Math and Date Functions.
21. Write a program to generate a form having a textbox and a button to control the enabling
and disabling of the textbox.
22. Write a program to generate a form having textbox and a button to control the read only
status of it.
23. Write a program to create a session cookie and display content of Cookie.
24. Write a program that creates persistent cookie.
25. Write a program to perform form validation for a registration form using regular expression.
26. Write a javascript to count the number of vowels in a given string using regular expression.
27. Write a javascript to check whether the first letter if the string is capitalized or not.
28. Write a program to design dropdown menu using javascript.
29. Develop a javascript program to create rotating banner Ads with URL links.
30. Create a slideshow with the group of four images,also simulate the next and previous
transition between slides in your javascript.

Name and sign of subject teacher

You might also like