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
Biology,
4 months ago
Chemistry,
9 months ago
Social Sciences,
9 months ago
Business Studies,
1 year ago
English,
1 year ago
English,
1 year ago