Computer Science, asked by arindomg468, 2 days ago

Write the HTML program to draw the following table. 5
 With Background as Red in the header cells
 Text as Green
 Text Aligned at the centre (Horizontally and Vertically)
 Insert and background image in the Table

Answers

Answered by anymator54
1

Answer:

ok wait 5 min writing and please mark as brainliest i worked very hard to write this

Explanation:

<html>

<head>

<title>ok</title>

</head>

<body><center>.

<p align ="center"><table style="width:60%;text-align:left;background-color:gold;">

<tr>

<center><th><font color="red">table Header</th></font></center>

<center> <th><font color="red">table Header</th></font></center>

</tr>

<tr>

<td>Table cell</td>

<td>Table cell</td>

</tr>

<tr>

<td>Table cell</td>

<td>Table cell</td>

</tr>

</table>

</body>

</html>

i know its not fullfulling the thing you write but i was not knowing that how to put image in the table

Similar questions