which attribute of the table tag used to add image in background? give the syntax
Answers
Answered by
3
i<html>
<head>
Image Background for Table.
</head>
<body>
<table background="123.jpg">
<tr>
<td></td>
</tr>
</table>
</body>
</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
0
Explanation:
PLEASE MARK ME AS BRAINLIST.
Attachments:
Similar questions