XII Practical

XII INFORMATION TECHNOLOGY – SCIENCE (97)
Practical List

1. Advanced Web Designing

1. Creation of website using HTML5

2. Create a webpage using HTML and CSS code to design a web page as the layout displayed below.

3. Create a website using HTML and CSS code to design webpages as follows –

4. Creation of website using HTML5 and CSS.

5. Use of Audio on web pages using HTML5.

6.  Use of video on web pages using html5.

7. Navigation on an image using Client side image Mapping in web page using html 5.

2. JavaScript

1. Create a web page in HTML having a white background and one Button Object. Write code using JavaScript such that when the mouse is placed over the first button object without clicking, the color of the background of the page should change after every seconds. There should at least be 7 different and visibly distinct background colors excluding the default color.

Create another web page using JavaScript where the background color changes automatically after every second. This event must be triggered automatically after the page gets loaded in the browser. There should at least be 7 different and visibly distinct background colors.

2. Create JavaScript program for the following form validations. Make use of HTML5 properties to do the following validations.

3. Create event driven JavaScript program for the following. Make use of appropriate variables, JavaScript inbuilt string functions and control structures.

4. Create event driven JavaScript program for the following. Make use of appropriate variables, JavaScript inbuilt string functions and control structures.

5. Create event driven JavaScript program to convert temperature to and from Celsius, Fahrenheit.

6. Create JavaScript program which compute the average marks of students. Accept six subject marks of student from user. Calculate average marks of student which is used to determine the corresponding grades.

7. Write a JavaScript function to get difference between two dates in days. Create a page in HTML that contains input box to accept date from user. The input boxes should be used by users to enter their date of birth in the format dd-mm-yyyy. Do not make use of any dropdown boxes.

3. Server-Side Scripting (PHP)

1. Write a PHP program to check if a person is eligible to vote or not. The program should include the following.

2. Write a PHP function to count the total number of vowels (a,e,i,o,u) from the string. Accept a string by using HTML form.

3. Write a PHP program to perform the following operations on an associative array.

4. Write a PHP program to save marks of English, Hindi, Marathi, Maths and Information Technology in an array. Display marks of individual subject along with total marks and percentage.

5. Write a PHP program to save marks of English, Hindi, Marathi, Maths and information technology in an array for 5 students and display totals marks and percentage of each students using ‘foreach’.

6. Write a program using PHP to calculate Electricity bill by accepting the limits.

7. Write a PHP Program to insert a roll number and student name in a database (use postgresql data to create database). Accept roll number and name from the user.