Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

Error in running code

i have tried to solve html,level 4,lesson with code <!DOCTYPE html>
<html>
<head>
<title>Table Example</title>
</head>
<body>

<table border="1">
<tr>
<td>Row 1, Column 1</td>
<td>Row 1, Column 2</td>
<td>Row 1, Column 3</td>
</tr>
<tr>
<td>Row 2, Column 1</td>
<td>Row 2, Column 2</td>
<td>Row 2, Column 3</td>
</tr>
<tr>
<td>Row 3, Column 1</td>
<td>Row 3, Column 2</td>
<td>Row 3, Column 3</td>
</tr>
</table>

</body>
</html>
i continously throws error
by

0 Answers

No Answer posted yet.

Login / Signup to Answer the Question.