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

CSS Question Bank UT-2

This document contains 12 questions related to CSS and JavaScript concepts. The questions cover topics such as regular expressions, intrinsic JavaScript functions, session cookies, menu types, the window object, frame structures, image rollovers, IP validation, webpage protection methods, and rotating banner ads.

Uploaded by

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

CSS Question Bank UT-2

This document contains 12 questions related to CSS and JavaScript concepts. The questions cover topics such as regular expressions, intrinsic JavaScript functions, session cookies, menu types, the window object, frame structures, image rollovers, IP validation, webpage protection methods, and rotating banner ads.

Uploaded by

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

CSS Question bank UT-2

1) Write syntax for regular expression constructor function.(CO-5) 2M


2) Enlist and explain the use of any two Intrinsic JavaScript functions. (CO-3)
3) Construct regular expression for validating the phone number in following format only :
(nnn)-nnnn-nnnn OR nnn.nnnn.nnnn (CO-5)
4) State and explain what is a session cookie (CO-4)
5) List 2 ways of protecting your webpage and describe any one of them. (CO-6)
6) List all types of menu.(CO-6)
7) Write a JavaScript that displays all properties of window object. Explain the code . 4M
8) Write a script for creating following frame structure :

FRAME1

FRAME2 FRAME3
● FRUITS
● FLOWERS
● CITIES

Fruits, Flowers and Cities are links to the webpage fruits.html, flowers.html, cities.html
respectively. When these links are clicked corresponding data appears in “FRAME3”.
9) Write a JavaScript program to create a rollover effect for three images. (CO-5)
10) Write a JavaScript function to check whether a given value is valid IP value or not(CO-5)
11) List ways of Protecting your webpage and describe any one of them. (CO-6)
12) Develop a JavaScript Program to Create Rotating Banner Ads with URL Links. (CO-6)

You might also like