how will you add a new row to a table?
Answers
Answered by
3
Answer:
if it is in html
Explanation:
<html>
<head>
data
</head>
<body>
<tr>
data
</tr>
data
<tr>
data
</tr>
<tr>
data
</tr>
<tr>
enter data here
</tr>
</body>
</html>
pls mark brainliest
Similar questions