finalprintout12thScience (1)
finalprintout12thScience (1)
INDEX
**********************************************************
Name : -Div :-
Seat No :-
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 index.html, 2nd page as page2.html as form.html. Use any theme such as
college profile or company profile etc. Every page must contain proper Meta information and design web page 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 paragraph 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 navigational 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.
**********************************************************
Index.html
<!DOCTYPE html>
<html>
<head>
<style>
.intro{text-align:center;color:blue}
</style></head>
<body>
<p><h2>History of College</h2>
The B.P.H. Education Society's Ahmednagar College is a Christian minority institution, situated on a 32.9-acre
campus at the heart of Ahmednagar city. The College was the first to be established in Ahmednagar district in
1947. It is a multi-faculty institution, consisting of the faculties of Arts, Science and Commerce, affiliated to the
University of Pune. The Founder of the College, Dr. B.P. Hivale, believed that the primary aim of the College “is to
provide higher education for the students who for various reasons would not otherwise be able to have it”.
Translating the ideas of the Founder, the College always strives to facilitate better teaching, better learning and
better results. True to its mottoes, the College makes every effort to provide access to education to all who need
it, irrespective of their background. Thus, in spite of being a Christian Minority Institution, the faculty and
students of the College form a cosmopolitan atmosphere with teachers and students coming from diverse
backgrounds and from various parts of India and Maharashtra. Building personality, not merely producing degree-
holders, is the purpose of education. The College continuously tries to go beyond syllabi so that learning becomes
at once meaningful and intensive. The College is committed to the liberal humanist ideals and has been renowned
for its active role in social justice initiatives, innovative educational programs, research and community-oriented
activities. Ahmednagar College has come to be known for its pioneering projects, the most notable among them
being students' involvement in community development which grew into the NSS; 'Self Study' of the College
undertaken in 1967, the postgraduate course in Drug -Chemistry and in the recent past the Resource Centre for
the Differently-abled.</p>
<img src="collegeIMG.jpg">
</body>
</html>
page2.html
<!DOCTYPE html>
<html>
<head>
<body>
</form>
</body>
</html>
**********************************************************
Name : -Div :-
Seat No :-
SOP 2 : Create a web page using HTML and CSS code to design a web page as the layout
displayed below.The top section willdisplay 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 colour for the text ‘Touristplaces’. Use internal style sheet for the left and right
section with background colours and font styles.
**********************************************************
Index.html
<html>
<head>
<style>
section{background-color:yellow;width:50%;height:50%;float:left;color:black;font-size:30px;outline-style:solid;}
aside{background-color:pink;width:50%;height:50%;float:right;color:black;font-size:30px;outline-style:solid;}
</style>
</head>
<body>
</header>
<header>
<section>
<ol>
</ol>
</section>
<aside>
<ul>
</ul>
</aside>
</header>
</body>
</html>
**********************************************************
Name : -Div :-
Seat No :-
SOP 3 :
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).
**********************************************************
Audio.html
<html>
<head>
</head>
<body>
</audio>
</body>
</html>
Audio1.html
<!DOCTYPE html>
<html>
<body>
<ol>
<li>mp3-audio/mpeg</li>
<li>ogg-audio/ogg</li>
<li>wav-audio/wav</li>
</audio>
</body>
</html>
**********************************************************
Name : -Div :-
Seat No :-
SOP 4 :
Create awebpage 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 playsa sound
automatically with controls.The dimension 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).
**********************************************************
Video.html
<!DOCTYPE html>
<html>
<body>
</video>
</body>
</html>
Video1.html
<!doctype html>
<html>
<head><title>
<body>
<h2><b>
The text between the video tags will only bedisplayed in browsers that do not support the video
element.</b></h2>
<ol>
<li>mp4-video/mp4</li>
<li>ogg-video/ogg</li>
<li>WebM-video/webM</li>
</ol>
<source src="myVideo.webm"type=”video/webm”>
</video>
</body>
</html>
**********************************************************
Name : -Div :-
Seat No :-
SOP 5 :
: Navigation on an image using Client side image Mapping in web page using html
5.
Create a webpage named imagemap. html with an inserted image having jpeg, png
or gif extension. Create 3 different shapes (like rectangle, circle and polygon) which
do not overlap. Note the co-ordinates making use of Ms-
Paint/GIMP/IrfanView/Pinta. Each shape should be mapped or navigate with a
different URL that should navigate to a local webpage.
**********************************************************
Name : -Div :-
Seat No :-
SOP 6 :
: Create a Webpage 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
**********************************************************
**********************************************************
Name : -Div :-
Seat No :-
SOP 7 :
1) Name, address, contact number and email are required fields of the
form.
2) Address field should show the hint value which will disappear when
4) Email field should contain valid email address, @ should appear only
once and not at the beginning or at end. It must contain at least one
dot(.).
**********************************************************
**********************************************************
Name : -Div :-
Seat No :-
SOP 8 :
Create event driven JavaScript program for the following. Make use of
structures.
To accept string from user and count number of vowels in the given
string.
**********************************************************
**********************************************************
Name : -Div :-
Seat No :-
grades.
Range Grade
35 to 60 F
61 to 70 D
71 to 80 C
81 to 90 B
91 to 100 A
**********************************************************
**********************************************************
Name : -Div :-
Seat No :-
SOP 10 : Write a PHP program to check if a person is eligible to vote or not. The
**********************************************************
**********************************************************
Name : -Div :-
Seat No :-
SOP 11 : Write a PHP program to save marks of English, Hindi, Marathi, Maths
**********************************************************
******************************************************
Name : -Div :-
Seat No :-
SOP 12 : Write a program using PHP to calculate Electricity bill by accepting the
limits.
**********************************************************