It
It
Input:
Page 1
<!DOCTYPE html>
<head>
</head>
<body>
<p> Symbiosis Junior college of Arts, Science and Commerce, established in the year 2019, under the
brilliant guidance of Sir Dr. S.B. Mujumdar, Founder, SOES, provides students a whole new experience of
learning with not only theory lectures but also practical classes.
Known for its highly skilled and qualified faculty that provides a greater exposure to students in the
fields of education using modern ideas and facilities.
Extra curriculars and cultural events of SJC are also emphasised, promoting overall student development
in fields other than studies.
</p>
style="width:400px;height:auto;"><br><br>
</body>
</html>
Page 2
<!DOCTYPE html>
<head>
<title>Registration form</title>
</head>
<body>
<form>
</form>
</body>
</html
Sop2
<!DOCTYPE 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>TOURIST PLACES</header>
<section>
<b>Cities</b>
<ol>
<li>Pune</li>
<li>Bangalore</li>
<li>Hyderabad</li>
<li>Delhi</li>
</ol>
</section>
<aside>
<li>Shanivaar Wada</li>
<li>Kelkar Museum</li>
<li>Sinhgad Fort</li>
</ul>
</aside>
</body>
</html>
Sop 3
Page 1
<!DOCTYPE html>
<head>
<title>Traveller information</title>
</head>
<body bgcolor="lightblue">
<form>
</form>
</body>
</html>
Page 2
<!DOCTYPE html>
<head>
<title>Flight details</title>
</head>
<body>
<h1>FLIGHT DETAILS</h1>
<div>
<ul>
<li>Seat no – B39</li>
<li>Destination - Delhi</li>
</ul>
</div>
</body></html>
Sop5
1st]
<!DOCTYPE html>
<head>
<title>audio</title>
</head>
<body align="center">
</audio>
</body>
</html>
2]
<!DOCTYPE html>
<head>
<title>audio</title>
</head>
<body>
<ol>
<li>audio.mp3</li>
<li>audio.ogg</li>
<li>audio.wav</li>
</ol>
<audio controls>
</audio>
</body>
</html>
Sop6
1]
<!DOCTYPE html>
<head>
<title>video</title>
<style>
</style>
</head>
<body>
</video>
</body>
</html>
2]
<!DOCTYPE html>
<head>
<title>video</title>
<style>
</style>
</head>
<body>
<ol>
<li>video.mp4</li>
<li>video.webm</li>
<li>video.wmv</li>
</ol>
<source src="C:\Users\VANSH\Downloads\file_example_WEBM_480_900KB.webm"
type="video/webm">
</video>
</body>
</html>
Sop7
<!DOCTYPE html>
<head>
</head>
<body>
<map name="imagemap">
</map>
</body>
</html>