<HTML>
<head>
</head>
<body>
<h1>student registration</h1>
<table border="1px">
<tr>
<TD>add</TD>
<TD>
view<TD/>
<TD>
edit
</TD>
</tr>
<tr>
<TD><a href="student.php">click here to add new</a></td>
<TD>
<a href="view.php"> click here to view</a>
</TD>
<TD>
<a href="edit.php"> click here to edit</a>
</TD>
</tr>
</table>
</body>
</HTML>
<head>
</head>
<body>
<h1>student registration</h1>
<table border="1px">
<tr>
<TD>add</TD>
<TD>
view<TD/>
<TD>
edit
</TD>
</tr>
<tr>
<TD><a href="student.php">click here to add new</a></td>
<TD>
<a href="view.php"> click here to view</a>
</TD>
<TD>
<a href="edit.php"> click here to edit</a>
</TD>
</tr>
</table>
</body>
</HTML>