Question Bank For Science IT Practicals
Question Bank For Science IT Practicals
Q1. Create a website using html5 and css using any 4 css properties. Write a code for 2 separate
pages having different file names such as firstpage.html and secondpage.html. Use any theme such
as college profile or company profile etc. Every page must contain proper Meta information and
design the webpage as follows.
1. The index page must contain a heading which is highest among other text on pages and must
be at the center of the page. There must be paragraph which introduces general information
about the theme chosen, must have atleast 3 physical style tags and one image with the
alternate text. This page must be connected to the other two pages with the proper
navigation links.
2. The second page must contain the feedback or enrollment form related with the theme
chosen with the features of html5. The form must contain text element and email addresses
of the company or person. Include submit button. [10 m]
Q2. Write a php program to check if a person is eligible to vote or not. The program should include
the following:
1. Use php function
2. Decision making statement [5m]
Q3. Journal submission and Viva [5m]
Q1. Write a php function to count the number of vowels (a,e,I,o,u) from the string. Accept a string by
using html form. [10m]
Q2. Create a webpage named audio.html to set an audio file in a 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 everytime when it is completed. [5m]
Q3. Jouranls submission and Viva
K S MEHTA HIGH SCHOOL AND Jr COLLEGE
OF SCIENCE AND COMMERCE (IT)
PRACTICAL EXAMINATION
Q1. Create a webpage using html5 and css code to design webpage as the layout displayed below:
1. The top section will display the heading “Tourist Places” in header. The section on the left
has the list of cities. The right hand displays tourist places of any one of the city.
2. Use the inline style sheets in the top section to display background color for the text “Tourist
Places”. Use internal style sheets for the left and right section with the background color and
fonts style [10m]
Tourist Places
Q2. Create a webpage named video.html to display a video file on webpage and plays automatically
with controls. The dimensions of video area will be 250 x 250. [5m]
Q3. Viva and Journals