<! Doctype html>
<Body>
<title> "MY FIRST WEBSITE"</title>
<h1> "KRISHNA HELP SECTOR"</h1>
<h2>"Welcome to our Page"</h2>
<p> This is a website where all the helpers are engaged
on it.</p>
<img src= "new8.png">
<img src="krishna.jpg">
<a href="https://sebaonline.org/">SEBA WEBSITE</a>
<a href="https://dee.assam.gov.in/">DEE ASSAM</a>
<table>
<style>
table, th, td{
border: 1px solid black;
border-collapse:collapse;
}
</style>
<tr>
<th> Course </th>
<th>Rate</th>
<th>Discount</th>
<th>Final rate</th>
</tr>
<tr>
<td>DCA</td>
<td>6000</td>
<td>0%</td>
<td>6000</td>
</tr>
<tr>
<td>PGDCA</td>
<td>12000</td>
</tr>
<tr>
<td>MIT</td>
<td>16000</td>
</tr>
</table>
</body>
</html>