Which is correct code for displaying table in the web page ?
Answers
Answered by
1
<!DOCTYPE html>
<html>
<head>
<title>HTML Tables</title>
</head>
<body>
<table border = "1">
<tr>
<td>Row 1, Column 1</td>
<td>Row 1, Column 2</td>
</tr>
<tr>
<td>Row 2, Column 1</td>
<td>Row 2, Column 2</td>
</tr>
</table>
</body>
</html>
Similar questions
Math,
3 months ago
Math,
3 months ago
Hindi,
3 months ago
Chemistry,
8 months ago
Social Sciences,
8 months ago
Business Studies,
1 year ago
English,
1 year ago
English,
1 year ago