COLLEGE WEBSITE 4
MAIN.html
<html>
<body bgcolor="green">
<center>
<h1> psg college of arts and science </h1>
<h2> Coimbatore </h2>
<h3> it was found in 1945 and many courses were offered </h3>
<a href="https://www.psgcas.ac.in/"> website </a>
<h2> courses offered </h2>
<a href="C:\Users\PRG\Desktop\college.html"> bcom </a>
<br>
<h2> vision </h2>
<ul>
<li> to offer more courses </li>
</ul>
<h2> mision </h2>
<ul>
<li> to offer more courses </li>
</ul>
</center>
</body>
</html>
BCOM.HTML
<html>
<center>
<h1> psg college of arts and science </h1>
<h2> Coimbatore </h2>
<h1> bcom </h1>
<img src="C:\Users\PRG\Desktop\college.jpg">
<table border="8" rowspan="3" colspan="4">
<tr>
<th> sno </th>
<th> no of girls </th>
</tr>
<tr>
<td> 1 </td>
<td> 56 </td>
</tr>
</table>
</center>
</body>
</html>
BBA.HTML
Comments
Post a Comment