Computer Science, asked by redmenote821, 1 month ago

write a HTML program to create a table​

Answers

Answered by rimanpanda
0

Answer:

Here's your answer :)

Explanation:

<! DOCTTYPE html>

<html>

</head>

<title> HTML Tables </title>

</head>

<body>

<table border= "1"

<tr>

<td> This is row 1, This is column 1</td>

<td>This is row 2, This is column 2</td>

</tr>

<tr>

</table>

</body>

</ html>

Similar questions