0% found this document useful (0 votes)
34 views2 pages

XII Sci Practical SLips

Uploaded by

punamcompany
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views2 pages

XII Sci Practical SLips

Uploaded by

punamcompany
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Creation of website using HTML5

Create a website using html5 and CSS using any 4 css properties . Write a
code for 2 separate pages having different file name such first page as in-
dex.html, 2nd page as page2.html as form.html. Use any theme such as col-
lege profile or company profile etc. Every page must contain proper Meta
information and design webpage as follows-
1) The index page must contain a heading which is highest among other
text on pages and must be at center of the page. There must be a para-
graph which introduces general information about the theme chosen
must have at least 3 physical style tags and one image with alternate
text. This page must be connected to other two pages with proper navi-
gational links.
2) The 2nd page must contain the feedback or enrollment form related with
theme chosen with feature of html5. The form must contain text element
and email address of the company or person .Include the submit button.

Use of Audio on web pages using html5.

Create a webpage named audio.html to set an audio file in web page with
controls such that it uses html 5 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.
Create another webpage named audio1.html which provides multiple source
file formats for the same audio file that plays a sound automatically with
controls. The browser should display the message with appropriate attribute
when audio file is not supported by browser. The code must incorporate the
list of sound files formats (like wav, MP3 or ogg etc).

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.
Use of video on web pages using html5.

Create a webpage named video.html to display a video file on web page and
plays automatically with controls. The dimension of video area should be
150* 150 pixels.
Create another webpage which provide multiple source file formats for the

same audio file that plays a sound automatically with controls.The dimen-
sion of video area should be 100* 100 pixels. The browser should display

the message with appropriate attribute when audio file is not supported by
browser. The code must incorporate the list of video files formats (like
webM, MP4 or ogg etc).

Create event driven JavaScript program for the following. Make use of
appropriate variables, JavaScript inbuilt string functions and control
structures.
 To accept string from user and count number of vowels in the given
string.

Create event driven JavaScript program for the following. Make use of
appropriate variables, JavaScript inbuilt string functions and control
structures.
 To accept string from user and reverse the given string and check whether
it is palindrome or not.

Write a PHP program to check if a person is eligible to vote or not. The

program should include the following-


 Minimum age required for vote is 18.
 Use PHP functions.
 Use Decision making statement.

You might also like