write the HTML code to create the following table
Attachments:
Answers
Answered by
2
Answer:
<html>
<head>
<title>table creating</title>
</head>
<body>
<table border ='2'>
<tr>
<td>S. No</td>
<td>subject</td>
</tr>
<tr>
<td>1</td>
<td>computer</td>
</tr>
</body>
</html>
Similar questions
Math,
3 months ago
English,
7 months ago
CBSE BOARD X,
7 months ago
Social Sciences,
11 months ago
Computer Science,
11 months ago