HSC--IT Practical(12 State Board) 2025
HSC--IT Practical(12 State Board) 2025
(Science-97)2025
1
HSC Board Practical Examination Information Technology
(Science-97)2025
The top section will display the heading, ‘Tourist places’ in header.
The section on the left has list of cities.
The right hand side display tourist places in any one of the city.
Use Inline style sheet in the top section to display background color for the text ‘Tourist
places’. Use internal style sheet for the left and right section with background color and font
styles.
2
HSC Board Practical Examination Information Technology
(Science-97)2025
3
HSC Board Practical Examination Information Technology
(Science-97)2025
4
HSC Board Practical Examination Information Technology
(Science-97)2025
Set-4
Advanced
HTML5 Use of Audio on web pages using HTML5.
1) Create a webpage named audio.html to set an audio file in webpage with controls such that it
uses HTML5 elements.
The audio file must play as soon as the webpage loads in browser and it will start over again,
every time when it is completed.
2) Create another webpage named audio1.html which provides multiple source file formats for
the same audio file that plays a sound with controls.
The code must incorporate the list of sound files formats (like wav, MP3 or ogg etc).
5
HSC Board Practical Examination Information Technology
(Science-97)2025
2) Create another webpage which provide multiple source file formats for the same video file
that plays a video with controls.
The dimension of video area should be 300* 300 pixels.
The code must incorporate the list of video files formats (like webM, MP4 or ogg etc).
6
HSC Board Practical Examination Information Technology
(Science-97)2025
7
HSC Board Practical Examination Information Technology
(Science-97)2025
8
HSC Board Practical Examination Information Technology
(Science-97)2025
Set-6 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 be at least 7 different and visibly distinct background colors excluding the default
color.
2) Create another web page using JavaScript where the background color changes automatically
after every seconds.
This event must be triggered automatically after the page gets loaded in the browser.
There should be at least 7 different and visibly distinct background colors.
9
HSC Board Practical Examination Information Technology
(Science-97)2025
10
HSC Board Practical Examination Information Technology
(Science-97)2025
Set-7 Javascript
Create event driven JavaScript program to convert temperature to and from Celsius,
Fahrenheit.
Formula: c/5= (f-32)/9
[where c=Temperature in Celsius and f=Temperature in
Fahrenheit.] Output format : 40 Celsius=104 Fahrenheit
45 Fahrenheit = 7.22222222 Celsius
11
HSC Board Practical Examination Information Technology
(Science-97)2025
12
HSC Board Practical Examination Information Technology
(Science-97)2025
Javascript
Set-8
To accept string from user and reverse the given string and check whether it is palindrome or not.
13
HSC Board Practical Examination Information Technology
(Science-97)2025
14
HSC Board Practical Examination Information Technology
(Science-97)2025
15
HSC Board Practical Examination Information Technology
(Science-97)2025
16
HSC Board Practical Examination Information Technology
(Science-97)2025
17
HSC Board Practical Examination Information Technology
(Science-97)2025
18
HSC Board Practical Examination Information Technology
(Science-97)2025
19
HSC Board Practical Examination Information Technology
(Science-97)2025
20
HSC Board Practical Examination Information Technology
(Science-97)2025
21
HSC Board Practical Examination Information Technology
(Science-97)2025
22