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

Wip unit2 part B

The document outlines various topics related to CSS, JavaScript, and DHTML, including comparisons of stylesheet types, methods of inserting CSS, and types of selectors. It also covers JavaScript variables, data types, operators, control statements, and objects, as well as practical programming tasks such as finding prime numbers and factorials. Additionally, it discusses DHTML concepts like user events, event bubbling, and visual effects.

Uploaded by

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

Wip unit2 part B

The document outlines various topics related to CSS, JavaScript, and DHTML, including comparisons of stylesheet types, methods of inserting CSS, and types of selectors. It also covers JavaScript variables, data types, operators, control statements, and objects, as well as practical programming tasks such as finding prime numbers and factorials. Additionally, it discusses DHTML concepts like user events, event bubbling, and visual effects.

Uploaded by

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

CSS:

1) Compare and contrast between embedded stylesheet and external style sheet(8m*)
2) Illustrate the three ways of inserting a CSS to a document with Example(16m*)
3) List and explain in detail the types of selector strings. (8m*)
4) Explain text, font properties

Javascript:
1) Examine variables and data types in JavaScript.
2) Give various Operators in JavaScript.
3) Describe the control statements in JavaScript.
4) Write short notes on Date, math and string Objects.
5) Explain in detail about Regular expressions

DHTML:

1) Develop a DHTML program to handle the user click event.

2) Write short notes on DHTML with JavaScript and event bubbling

3) Explain filter and transitions

Program:

1) Write a Java script to find the Prime number between 1 and 100.(8m*)
2) Write a Java Script to find factorial of a given number.(8m*)
3) Demonstrate a java script to display the welcome message using the alert whenever button
of a html form is pressed.
4) Consider a java script and HTML to create a page with two panes. The first pane (on left)
should have a text area where HTML code can be typed by the user. The pane on the left
should have a text area where HTML code can be typed by the user. The pane on the right
side should display the preview of the HTML code typed by the user, as it would be seen on
the browser(16m*)

You might also like