XII Sci Practical SLips
XII Sci Practical SLips
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.
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).
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.