CSS Practical Exam

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Practical Exam Experiment List CSS

Q.1 Write a JavaScript program for conversion of temperature in Fahrenheit to Celsius.


Q.2 Write a JavaScript program to read user ID and password and if both matches then
display “Valid login” otherwise “Invalid login” (Use if…else statement)
Q.3 Write a JavaScript program to display all properties of window object. (Use for in loop).
Q.4 Write a JavaScript program to initialize an array and sort array elements.
Q.5 Write a JavaScript program to combine array elements into a string and separate those
elements with hyphen(-).
Q.6 Write a JavaScript program on calling a function with argument.
Q.7 Develop JavaScript to Combining Array Elements into a String()(concat() or join()
method).
Q.8 Write a JavaScript for Making a New Array from an Existing Array(slice() method).
Q.9 Generate college Admission form using html form tag.
Q.10 Write HTML Script that displays dropdownlist containing options NewDelhi, Mumbai,
Bangalore. Write proper JavaScript such that when the user selects any options
corresponding description of about 20 words and image of the city appear in table which
appears below on the same page. ( to change option list dynamically)
Q.11 Develop a JavaScript program to evaluate check box selection.
Q.12 Develop Java script program using intrinsic java functions.( submit() and reset()).

You might also like