write the HTML code to generate the following output of a table
Attachments:
Answers
Answered by
2
<html>
<head>
<title> Table </title>
<head>
<body>
<table border="1px" >
<tr>
<td>ADMNO</td>
<td>SNAME</td>
<td>Name</td>
<td>DOB</td>
</tr>
<tr>
<td>1110</td>
<td>MANJIT</td>
<td>RANJIT</td>
<td>4-May-1998</td>
</tr>
</table>
</body>
</html>
Similar questions
Social Sciences,
2 months ago
History,
2 months ago
Geography,
2 months ago
Computer Science,
4 months ago
Physics,
4 months ago
English,
9 months ago
Math,
9 months ago
English,
9 months ago