Index.html

<!DOCTYPE html>
<HTML>
<HEAD>
<TITLE>SRI RAMAKRISHNA MISSION VIDYALAYA</TITLE>
</HEAD>
  <FRAMESET COLS="25%,*">
<FRAME SRC="Title.html" NAME="Title">
<FRAME SRC="home.html" NAME="Content">
  </FRAMESET>
</HTML>

Title.html

<HTML>
<HEAD>
<TITLE>Title</TITLE>
</HEAD>
<BODY>
<UL>
<LI><A HREF="History.html" TARGET="Content">History Of Vidyalaya</A></LI>
<LI><A HREF="ImageCode/index.html" TARGET="Content">Image / Picture</A></LI>
<LI><A HREF="AudioVideo/index.html" TARGET="Content">Audio / Video</A></LI>
</UL>
</BODY>
</HTML>

Home.html

<!DOCTYPE html>
<html>
<head>
<title>srkv</title>
</head>
<body>
Ramakrishna Mission Vidyalaya, Coimbatore, is a major educational centre of the well-known Ramakrishna Mission. It is 19 km from the Coimbatore City on the highway to Ootacamund,and situated in a serene environment spread over about 300 acres. The Institution was founded by Sri T.S. Avinashilingam in 1930 with an investment of just Rs. 5.75 and with one harijan boy on its roll. Ramakrishna Mission Vidyalaya, Coimbatore, a branch centre of the Ramakrishna Mission, P.O. Belur Math, Dist. Howrah, West Bengal - 711 202, India. RAMAKRISHNA MISSION is a registered society in which monks of Ramakrishna Math and lay devotees cooperate in conducting various types of social service mainly in India. It was founded by Sri Ramakrishna's chief apostle, Swami Vivekananda (1863-1902), one of the foremost thinkers and religious leaders of the present age.
</body>
</html>

History.html

<HTML>
<HEAD>
<TITLE>
History
</TITLE>
</HEAD>
<BODY>
<P>The college was started in the year 1964 with blessings of Srimat Swami Madhavanandaji Maharaj  and has completed 43 years of useful and meaningful service to the student community and society.
</P>
</BODY>
</HTML>

ImageCode/index.html

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<h2>The Picture Element</h2>
<picture>
  <source media="(min-width: 650px)" srcset="img_pink_flowers.jpg">
  <source media="(min-width: 465px)" srcset="img_white_flower.jpg">
  <img src="img_orange_flowers.jpg" alt="Flowers" style="width:auto;">
</picture>
</body>
</html>

AudioVideo/index.html

<!DOCTYPE html>
<html>
<head>
<title>Multimedia Controls</title>
</head>
<body>
<h1>Multimedia - Video Control</h1>
<video width="500" height="350" controls>
  <source src="GIT.mp4" type="video/mp4">
  Your browser does not support the video tag.
</video>
<br><br>
<h1>Multimedia - Audio Control</h1>
<audio controls>
  <source src="MusicSpace.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
</body>
</html>


OUTPUT:




BY
       REGU RAM SV.

Post a Comment

أحدث أقدم