1.First
Program- FCC.HTML
<html>
<body>
<center><img src="FCC.jpg" width="1000"
height="200">
<h1 style="color:blue;">Foresight
College of Commerce,pune</h1></center>
<p style="color:red;">Our College is
located in the city camp .We have 2 streams that is science and commerce.
Foresight College offers following subjects for
science stream.
</p>
<ol>
<li>Physics</li>
<li>Chemistry</li>
<li>Biology</li>
<li>IT</li>
</ol>
<b>
Foresight College offers following subjects for
Commerce stream.
Economics
</b>
<ol>
<li>Accounts</li>
<li>S.P</li>
<li>O.C.M</li>
<li>I.T</li>
</ol>
<a href="SecondPage.html">Click Here
to Visit Page2</a>
</body>
</html>
2.SecondPage.Html
<html>
<body>
<h1 style="color:blue;">Second
Page</h1></center>
</body>
</html>
<html>
<body>
<h1 style="color:blue;">Second
Page</h1></center>
</body>
</html>