Computer Science, asked by hhsh, 1 year ago

which attribute of the table tag used to add image in background? give the syntax

Answers

Answered by gauravldhande
3
i<html>

<head>

Image Background for Table.

</head>

<body>
<table background="123.jpg">
<tr>
<td></td>
</tr>

</table>

</body>

</html>

gauravldhande: do not consider "i".
Answered by pranshua362
0

Explanation:

PLEASE MARK ME AS BRAINLIST.

Attachments:
Similar questions