Computer Science, asked by nveeraiyan79gmailcom, 8 months ago

how will you add a new row to a table?​

Answers

Answered by harshaag0332
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