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

CSS Practical Exam QB

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

CSS Practical Exam QB

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

CSS Practical Exam Question Bank

1. Write simple JavaScript with HTML for arithmetic expression evaluation and
message printing.
2. Develop JavaScript to use decision making and looping statements
3. Develop JavaScript to implements Array functionalities
4. Develop javascript to implement functions
5. Develop javascript to implement Strings.
6. Create web page using Form Elements
7. Create web page to implement Form Events
8. Develop a webpage using intrinsic java functions
9. Develop a webpage for creating session and persistent cookies. Observe the effects
with browser cookies settings
10. Develop a webpage for placing the window on the screen and working with child
window
11. Develop a web page for validation of form fields using regular expressions.
12. Create web page with Rollovers effect.
13. Develop a webpage for implementing Menus
14. Develop a webpage for implementing Status bars and web page protection.
15. Develop a web page for implementing slideshow, banner
16. Design frameset tag for representing following layout :

17. Write HTML and respective JavaScript such that


18. Form regular expressions for following : (i) Validation of email address. (ii)
Validation of adhaar card. Format is dddd – dddd – dddd (iii) Validation of phone
number. Format is (ddd) – (dddddddd). Write a script for any one.
19. Write a JavaScript that accepts a string and searches for the pattern “MSBTE” in the
given string using regular expressions. If the pattern is found, JavaScript will display
that “Pattern is found” else display “Pattern is not found”.
20. Write an HTML script that displays names of different brands of Laptop and an image
by default as :

21. Write a JavaScript program that will remove the duplicate element from an array.
22. Write a JavaScript program that will display list of student in ascending order
according to the marks & calculate the average performance of the class.
23. Write a JavaScript function to check the first character of a string is uppercase or not.
24. Write a JavaScript for creating following frame structure:

25. Develop a JavaScript program to create Rotating Banner Ads.

You might also like