0% found this document useful (0 votes)
6 views7 pages

D.G. Ruparel College Profile Overview

The document contains HTML source code for a college profile website, specifically for D.G. Ruparel College in Mumbai. It includes information about the college, its streams (Science, Commerce, Arts), and a mark sheet displaying student performance over three years. Each stream has a dedicated page outlining compulsory and optional subjects offered.

Uploaded by

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

D.G. Ruparel College Profile Overview

The document contains HTML source code for a college profile website, specifically for D.G. Ruparel College in Mumbai. It includes information about the college, its streams (Science, Commerce, Arts), and a mark sheet displaying student performance over three years. Each stream has a dedicated page outlining compulsory and optional subjects offered.

Uploaded by

forc5282
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Practical No 1

Source Code:
[Link]

<html>
<head>
<title> College Profile </title>
</head>
<body bgcolor=”yellow”>
<b>
<img src="[Link]">
<p><font color=”Red” size=”6” face=”Arial”>
[Link] College situated in Mahim, is one of the prestigious colleges in mumbai.
It has been producing merit rankers in the HSC board examininations.
</font></p>
<p><font color=”Green” size=”4” face=”Calibri”>[Link] has experienced staff who are always
ready to help the students at the time of their difficulties.
</font></p>
<p><font color=”Blue” size=”2” face=”Times New Roman”>It has laboratories equipped with modern
equipments. It also has an excellent [Link] is not just about making top rankers, it is about
making people who are Independent citizens of the nation. Ruparelian make a mark for themselves
wherever they are.
</font></p>
<p>[Link] offers courses in three streams:
<br><br>
<a href="[Link]">Science</a><br>
<a href="[Link]">Commerce</a><br>
<a href="[Link]">Arts</a><br>
</b>
</body>
</html>

[Link]

<html>
<head><h1>Science Stream</h1>
<title> Science Stream </title>
</head>
<body bgcolor=”pink”>
<b>
<p>The Science stream offers following compulsory subjects:
<ol>
<li>Physics</li>
<li>Mathematics</li>
<li>Chemistry</li>
</ol>
<p>In the Science stream, there are two options: Vocational and General Science. In the vocational
Science, the students has options.
<ol type=”A”>
<li>Computer Science</li>
<li>Electronics</li>
<li>Electrical Maintenance</li>
</ol>
<p>And in General science students has options:
<ol type=”I”>
<li>Biology</li>
</ol>
</b>
<A href=”[Link]”> Home </A>
</body>
</html>

[Link]

<html>
<head><h1>Commerce Stream</h1>
<title> Commerce Stream </title>
</head>
<body>
<b>
In the Commerce stream, a student has option for either Maths or SP. The rest of the subjects offered in
the Commerce stream are:<br>
<ul type=”square”>
<li>English</li>
<li>Hindi or Marathi or Information Technology</li>
<li>Book Keeping and Accountancy</li>
<li>Economics</li>
<li>Organization of Commerce</li>
</ul>
</b>
<A href=”[Link]”> Home </A>
</body>
</html>

[Link]

<html>
<head><h1>Arts Stream</h1>
<title> Arts Stream </title>
</head>
<body>
<b>
The subjects offered in the Commerce stream are:<br>
<ul type=”circle”>
<li>English</li>
<li>Hindi or Marathi</li>
<li>History</li>
<li>Philosophy</li>
<li>Political Science</li>
<li>Mathematics</li>
</ul>
</b>
<A href=”[Link]”> Home </A>
</body>
</html>

Output:
[Link]
[Link]

[Link]
[Link]
Practical No 2
Source Code:
College [Link]
<html>
<head><h1><center>[Link] College</center></h1>
<title>College Profile</title>
</head>
<body>
<marquee><b>[Link] College</b></marquee>
<table align = center border = 4 cellspacing = 6 cellpadding = 6>
<caption align = center><b>Mark Sheet</b></caption>
<tr>
<td rowspan=2></td>
<td colspan=3 align=center>
<b>Years</b>
</tr>
<tr>
<td>1998</td>
<td>1999</td>
<td>2000</td>
</tr>
<tr>
<td>No. of students appeared</td>
<td>400</td>
<td>500</td>
<td>600</td>
</tr>
<tr>
<td>Distinction</td>
<td>150</td>
<td>175</td>
<td>250</td>
</tr>
<td>I class</td>
<td>125</td>
<td>200</td>
<td>225</td>
</tr>
<td>II class</td>
<td>120</td>
<td>125</td>
<td>100</td>
</tr>
<td>Failed</td>
<td>5</td>
<td>10</td>
<td>25</td>
</tr>
</table>
<a href="[Link]">
<img src="C:\Program Files\Microsoft Office\CLIPART\PUB60COR\AG00174_.GIF"
alt="Time is money"></a>
</body>
</html>

Output:

You might also like