Computer Science, asked by nysamanwani, 5 months ago

html for the table, please​

Attachments:

Answers

Answered by shantanududhankar670
1

<html>

<head>

<title> table </title>

</head>

<body>

<font color= "white">

<table border = "+5">

<tr bgcolor = "brown">

<th align = "center"> Roll NO </th>

<th align = "center"> Name </th>

<th align = "center"> Team </th>

</tr>

<tr>

<td bgcolor = "orange"> 1001 </td>

<td bgcolor = "blue"> john </td>

<td bgcolor = "green"> red </td>

</tr>

<tr>

<td bgcolor = "orange"> 1002 </td>

<td bgcolor = "blue"> peter </td>

<td bgcolor = "green"> blue </td>

</tr>

<tr>

<td bgcolor = "orange"> 1003 </td>

<td bgcolor = "blue"> henry </td>

<td bgcolor = "green"> green </td>

</tr>

</table>

</font>

</body>

</html>

Similar questions