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

CSS Program List For Oral PR

Uploaded by

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

CSS Program List For Oral PR

Uploaded by

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

CSS Program list for Internal and External exam

1. Write a JavaScript program which accepts N as input and print first N odd numbers.

2. Write a JavaScript for sorting the array elements.

3. Develop JavaScript to implement Strings (any 4 methods).

4. Develop JavaScript to demonstrate function call from html

5. Design student registration form that contains name, address, contact number, class,
gender and subject you like. Use proper form controls and submit it

6. Write JavaScript that demonstrate mouse events.

7. Write a JavaScript to create three categories - Fruit, Flower and Color. Based on the
selection of category, the item, in the option list must get changed.

8 Write a JavaScript to create a pull – down menu with three options [Google,MSBTE,
Yahoo] once the user will select one of the options then user will be Redirected to
that site.
9. Develop JavaScript that demonstrates key events.
10. Write a program that will demonstrate disable elements
11. Write JavaScript to create, read and delete cookie.
12. Write JavaScript to create web page in new window
13. Write a JavaScript to demonstrate setInterval and setTimeout methods of timers.
14. Write a program for mobile number validation using regular expression
15. Write a JavaScript in which when user rolls over the name of fruit, the
corresponding image should be displayed. For instance - if user rolls over the text
"Mango"; the image of Mango should be displayed
16. Write a JavaScript to open a new window and the new window is having two
frames. One frame containing button as “click here!”, and after clicking this button
an image should open in the second frame of that child window.
17. Create a slideshow with the group of four images, also simulate the next and
previous transition between slides in your JavaScript
18. Write a suitable JavaScript to create a pull down menu.

You might also like