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

Level4 lesson7

Answer
by

1 Answer

iamabhishek
This should work:

<!doctype html>
<html>
<head>
<title>My Webpage Title</title>
</head>
<body>
<table border="1">
<tr>Hello</tr>
<tr>Studytonight</tr>
<tr>Bro</tr>
</table>
</body>
</html>

Login / Signup to Answer the Question.