Computer Science, asked by hhsh, 1 year ago

which attribute of the table tag is used to add an image in the background

Answers

Answered by LOVVROY1
5
HELLO



YOUR ANSWER IS



Was used to specify the URL of an image to be set as the background for an HTML table. This element has been deprecated. Use CSS to style HTML tables.

Code Example

<table background="/wp-content/uploads/wov.png"> <tr><td>First column</td><td>Second column</td><td>Third column</td></tr> <tr><td>First column</td><td>Second column</td><td>Third column</td></tr> <tr><td>First column</td><td>Second


HOPE IT HELPS U

LOVVROY1: mark as a brainlist
Similar questions