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

CSS 22519 4assignment

assignment of css

Uploaded by

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

CSS 22519 4assignment

assignment of css

Uploaded by

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

CSS(22519) Assignment No.

Q1. Explain brower location and history with their methods..

Q2. Describe, how to read cookie value and write a cookie value. Explain with example.

Q.3 State and explain what is a session cookie ?

Q.4 Write a webpage that displays a form that contains an input for Username and password. User is
prompted to enter the input and password and password becomes value of the cookie. Write The
JavaScript function for storing the cookie . It gets executed when the password changes.

Q.5 Write a JavaScript that creates and read persistent cookies.

Q.6 Write Javascript to open new window when user clicks on button.

Q.7 Write Javascript program to open multiple window at once.

Q.8 Write Javascript program to create a web page in a new window.

Q.9. Explain Date object With the help of example. Also explain its for methods.

Q.10 State What is Cookie? Explain its need. State characteristic of persistent cookie.

Q.11 Explain i) setTimeout() ii) setInterval() function with syntax and example.

Q.12 Write HTML code to design a form that displays two buttons START and STOP. Write a JavaScript
code such that when user clicks on START button, real time digital clock will be displayed on screen.
When user clicks on STOP button, clock will stop displaying time. (Use Timer methods).

Q.13 What is Javascipt Security. Explain it.

Q.14 Write Javascript program to display current date in DD/MM/YYYY format.

(Use getDate(), getMonth() and getFullYear() methods of Date object)

You might also like