Computer Science, asked by piyush1251, 1 year ago

write down the html code to create the following table question no,3

Attachments:

Answers

Answered by hariniuma1998
4

Answer:

<html>

<body>

<table>

<tr><td>NAME</td><td>HINDI</td><td><MATHS</td></tr>

<tr><td>Pooja</td><td>87</td><td>80</td></tr>

<tr><td>Sonam</td><td>90</td><td>78</td></tr>

</table>

</body>

</html>

Explanation:

Similar questions