Computer Science, asked by jaswanthRao2450, 11 months ago

___________attribute is used to set the background image in the given table.

Answers

Answered by Equestriadash
6

<tablebackground=""> attribute is used to set the background image in the given table.


Hope it helps :)

Answered by smartbrainz
1

The background attribute is used to set the background image in the given table.

Explanation:

  • The HTML tables allow the users to arrange data such as text, links, images, and other tables into rows and columns of cells.
  • The background attribute of the TABLE, TR, and TD (TH) elements is used to create the background image in the HTML table.
  • The background image will appear to an entire table by using background attributes in the <table> tag element.  
  • The background image will appear to all cells in a row by using background attribute in <tr> tag element.  
  • The background image will appear to one cell by using background attribute in <td> tag element.  

To know more about HTML attributes

Define html attributes​

https://brainly.in/question/11250694

What do you understand by attribute in HTML

https://brainly.in/question/5015694

 

Similar questions