Untitled

 avatar
unknown
plain_text
2 years ago
539 B
8
Indexable
<html>
<head>
<title>table</title>
</head>
<body>
<table border="5" cellspacing="4" cellpadding="5" align="center" width=80% height=80>
<tr>
<td colspan=2 align=center><b>terminal dial-up service</b></td>
</tr>
<tr>
<th>catagory</th>
<th>registration fee</th>
</tr>
<tr>
<td>student</td>
<td>rs 50/-</td>
</tr>
<td>general</td>
<td>rs 500/-</td>
</tr>
<tr>
<td colspan=2 align="center"><b>TCP-IP SERVICES</b></td>
</tr>
<tr>
<th>student</th>
<th>not offered</th>
</tr>
<tr>
<th>general</th>
<th>rs 500/-</th>
Editor is loading...