Computer Science, asked by fauzdardishagmailcom, 1 month ago

Write a HTML program to display a Table in webpage.

NAME Roll No. City

ABC 101 Kota

XYZ 102 Jaipur

MNO 103 Udaipur​

Answers

Answered by parmarvidhi23
1

Answer:

<html>

<body>

<title>

then write this bye

Answered by ashishtilwani
0

Answer:

<html>

<title>jo dena ho </title>

<head>

<body>

<table>

<td>

<tr>Name</tr>

<tr>Roll no.</tr>

<tr>city</tr>

</td>

asehi baki ki 3 Lin

</table>

</body>

</head>

</html>

Similar questions